ConcurrentHashSetT(IEnumerableT) - конструктор

Initializes a new instance of the ConcurrentHashSetT class that contains elements copied from the specified IEnumerableT, has the default concurrency level, has the default initial capacity, and uses the default comparer for the item type.

Definition

Пространство имён: Tessa.Platform.Collections
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public ConcurrentHashSet(
	IEnumerable<T> collection
)

Параметры

collection  IEnumerableT
The IEnumerableT whose elements are copied to the new ConcurrentHashSetT.

Исключения

ArgumentNullExceptioncollection is a null reference.

См. также