CircularCollectionT Class |
Namespace: callback.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.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetReverseEnumerator |
Returns an enumerator that iterates through the collection in reverse order.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ReverseEnumerate |
Enumerates this instance in reverse order.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |