Nevron.Nov.DataStructures Namespace / NStack<T> Class


In This Topic
    NStack<T> Class Methods
    In This Topic

    For a list of all members of this type, see NStack<T> members.

    Public Methods
     NameDescription
    Public Method  
    Public MethodReturns the top item of the stack without returning it.  
    Public MethodRemoves and returns the top item of the stack.  
    Public MethodInserts the item at the top of the stack.  
    Top
    See Also