CircularCollectionT Methods |
The CircularCollectionT generic type exposes the following members.
Name | Description | |
---|---|---|
Add |
Adds an item to the ICollectionT.
| |
Clear |
Removes all items from the ICollectionT.
| |
Enumerate |
Enumerates this instance.
| |
GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
GetReverseEnumerator |
Returns an enumerator that iterates through the collection in reverse order.
| |
ReverseEnumerate |
Enumerates this instance in reverse order.
|