NUnit.Framework.Internal.ImmutableStack<T> struct ImmutableStack<T> : IEnumerable<T>, IEnumerable A minimalistic implementation of an immutable stack. Add members as needed. Documentation Code namespace NUnit.Framework.Internal { }