Click or drag to resize

ConcurrentCollectionT Constructor (IEnumerableT)

Namespace:  Cauldron.Collections
Assembly:  Cauldron.Collections (in Cauldron.Collections.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public ConcurrentCollection(
	IEnumerable<T> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableT
The elements to be initially added to the ConcurrentCollectionT.
See Also