StaticLazyStack<T>.

Stack Field

Summary

The elements managed by this class.

Note that the number of active elements is stored in InspectorGadgets.StaticLazyStack`1.StackHeight rather than the count of this list.

Syntax

protected static readonly List<T> Stack

Remarks

Not an actual Stack because that class is in System.dll which is not otherwise needed.