1 implementation of Pop
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableStack_1.cs (1)
188IImmutableStack<T> IImmutableStack<T>.Pop()
1 reference to Pop
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableStack.cs (1)
99return stack.Pop();