Click or drag to resize

ConcurrentCollectionT Constructor (Int32)

Namespace:  Cauldron.Collections
Assembly:  Cauldron.Collections (in Cauldron.Collections.dll) Version: 1.0.0
Syntax
public ConcurrentCollection(
	int size
)

Parameters

size
Type: SystemInt32
The initial size of the backing array.
See Also