Name | Description | |
---|---|---|
GGr | ||
hGr | ||
IGr | ||
jGr | ||
KGr | ||
lGr | ||
MGr | ||
nGr | ||
OGr | ||
pGr |
The following tables list the members exposed by NBlocksRing<T>.
Name | Description | |
---|---|---|
Clear | Removes all items from this object | |
Contains | Queries whether the specified item is contained in this object. | |
CopyTo | Copies all items of this set to the specified array, starting from the specified array index. | |
GetIterator | Gets an iterator that iterates through the items in forward order. | |
GetReverseIterator | Gets an iterator that iterates through the items in a reverse order. | |
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. | |
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. | |
ToArray | Converts this set to an array. |