CircularCollectionT Class |
Namespace: ShellBoost.Core.Utilities
public sealed class CircularCollection<T> : ICollection<T>, IEnumerable<T>, IEnumerable
The CircularCollectionT type exposes the following members.
Name | Description | |
---|---|---|
CircularCollectionT |
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.
| |
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.
|