ConcurrentCircularCollectionT Methods |
The ConcurrentCircularCollectionT generic type exposes the following members.
Name | Description | |
---|---|---|
Add |
Adds an item to the ICollectionT.
| |
Clear |
Removes all items from the ICollectionT.
| |
GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
GetReverseEnumerator |
Returns an enumerator that iterates through the collection in reverse order.
| |
GetTail(Int64) |
Gets the tail.
| |
GetTail(Int64, Int64) |
Gets the tail.
| |
ToArray |
Converts the list to an array.
| |
ToReverseArray |
Converts the list to an array in the reverse order.
|