Click or drag to resize

ConcurrentCollectionTAddRange Method

Namespace:  Cauldron.Collections
Assembly:  Cauldron.Collections (in Cauldron.Collections.dll) Version: 1.0.0
Syntax
public void AddRange(
	IEnumerable<T> items
)

Parameters

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