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


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

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

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Methods
     NameDescription
    Public MethodEnforces a certain depth of the stack by removing the first objects, until the stack count reaches the specified one  
    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