NevronOpenVision
Nevron.Nov.DataStructures Namespace / INStack<T> Interface
Properties Methods

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

    The following tables list the members exposed by INStack<T>.

    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