ConcurrentCircularCollectionT Class |
Namespace: ShellBoost.Core.Utilities
public sealed class ConcurrentCircularCollection<T> : ICollection<T>, IEnumerable<T>, IEnumerable
The ConcurrentCircularCollectionT type exposes the following members.
Name | Description | |
---|---|---|
ConcurrentCircularCollectionT |
Initializes a new instance of the ConcurrentCircularCollectionT class.
|
Name | Description | |
---|---|---|
Capacity |
Gets the capacity.
| |
Count |
Gets the number of elements contained in the ICollectionT.
| |
IsFull |
Gets a value indicating whether this instance is full.
| |
TotalCount |
Gets the total count.
|
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.
|