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