Click or drag to resize

ConcurrentListT Constructor (Int32)

Initializes a new instance of the list class that is empty and has the specified initial capacity.

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

Parameters

capacity
Type: SystemInt32
The number of elements that the new list can initially store.
See Also