Click or drag to resize

CircularCollectionT Constructor

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public CircularCollection(
	int capacity
)

Parameters

capacity
Type: SystemInt32
The capacity.
Exceptions
ExceptionCondition
ArgumentExceptionnull - capacity
See Also