Nevron.Nov.DataStructures Namespace / INStack<T> Interface

In This Topic
    INStack<T> Interface Methods
    In This Topic

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

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