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


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

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

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Methods
     NameDescription
    Public MethodRemoves and returns the item at the beginning of the queue.  
    Public MethodEnqueue (appends) the item at the end of the queue.  
    Public MethodReturns the first item of the queue without removing it.  
    Top
    See Also