Constructor ScopeStack
ScopeStack()
Initializes a new instance of the ScopeStack<T> class.
Declaration
public ScopeStack()
Remarks
The stack is initialized with a "global" scope ready for use without additional
initialization. Subsequent scopes for the stack are generated by calling the
EnterScope() method.
public ScopeStack()
The stack is initialized with a "global" scope ready for use without additional initialization. Subsequent scopes for the stack are generated by calling the EnterScope() method.