NevronOpenVision
Nevron.Nov.DataStructures Namespace / NStack<T> Class
Fields Properties Methods


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

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

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    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