Click or drag to resize

ConcurrentCollection<T>.AddRange 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.Generic.IEnumerable<T>
The elements to be added to the ConcurrentCollection<T>.
See Also