BasicCollectionT(IEnumerableT) Constructor

Initializes a new instance of the BasicCollectionT class that contains elements copied from the specified collection and has sufficient capacity to accommodate the number of elements copied.

Definition

Namespace: SysadminsLV.PKI
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
protected BasicCollection(
	IEnumerable<T> collection
)

Parameters

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

Exceptions

ArgumentNullExceptioncollection is null.

See Also