ImmutableStack
Provides a set of initialization methods for instances of the ImmutableStack<T> class.
NuGet package: System.Collections.Immutable (about immutable collections and how to install)
Creates an empty immutable stack.
Creates a new immutable stack that contains the specified item.
Creates a new immutable stack that contains the specified array of items.
Creates a new immutable stack that contains the specified array of items.
Creates a new immutable stack that contains the specified items.
Removes the specified item from an immutable stack.