Click or drag to resize

CircularCollection<T> Class

Represents a thread-safe, strongly typed, circular collection of objects.
Inheritance Hierarchy
System.Object
  ShellBoost.Core.Utilities.CircularCollection<T>

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public sealed class CircularCollection<T> : ICollection<T>, 
	IEnumerable<T>, IEnumerable

Type Parameters

T
The type of elements in the collection.

The CircularCollection<T> type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCapacity
Gets the capacity.
Public propertyCount
Public propertyIsFull
Gets a value indicating whether this instance is full.
Public propertyTotalCount
Gets the total count.
Top
Methods
See Also