Click or drag to resize

ConcurrentCircularCollectionT Class

Represents a thread-safe, strongly typed, circular collection of objects.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.UtilitiesConcurrentCircularCollectionT

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

Type Parameters

T
The type of elements in the collection.

The ConcurrentCircularCollectionT type exposes the following members.

Constructors
  NameDescription
Public methodConcurrentCircularCollectionT
Initializes a new instance of the ConcurrentCircularCollectionT class.
Top
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