Nevron.Nov.DataStructures Namespace : NBlocksStack<rcq> Class |
The following tables list the members exposed by NBlocksStack<rcq>.
Name | Description | |
---|---|---|
![]() | NBlocksStack<rcq> Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Count | Gets the count of items (Inherited from Nevron.Nov.DataStructures.NBlocksRing<rcq>) |
![]() | Item | Gets or sets the item at the specified index (Inherited from Nevron.Nov.DataStructures.NBlocksRing<rcq>) |
Name | Description | |
---|---|---|
![]() | Clear | Removes all items from this object (Inherited from Nevron.Nov.DataStructures.NBlocksRing<rcq>) |
![]() | Contains | Queries whether the specified item is contained in this object. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<rcq>) |
![]() | CopyTo | Copies all items of this set to the specified array, starting from the specified array index. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<rcq>) |
![]() | EnforceDepth | Enforces a certain depth of the stack by removing the first objects, until the stack count reaches the specified one |
![]() | GetIterator | Gets an iterator that iterates through the items in forward order. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<rcq>) |
![]() | GetReverseIterator | Gets an iterator that iterates through the items in a reverse order. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<rcq>) |
![]() | IndexOf | Overloaded. Gets the index at which an item appears for the first time. Returns -1 if the item does not appear in the set. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<rcq>) |
![]() | LastIndexOf | Overloaded. Gets the index at which the item appears in the set for the last time, starting from the specified index. Returns -1 if the item does not appear in the set. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<rcq>) |
![]() | Peek | Returns the top item of the stack without returning it |
![]() | Pop | Removes and returns the top item of the stack |
![]() | Push | Inserts the item at the top of the stack. |
![]() | ToArray | Converts this set to an array. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<rcq>) |