Click or drag to resize

BasicCollectionT Constructor (IEnumerableT)

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.

Namespace:  SysadminsLV.PKI
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
protected BasicCollection(
	IEnumerable<T> collection
)

Parameters

collection
Type: System.Collections.GenericIEnumerableT
The collection whose elements are copied to the new list.
Exceptions
ExceptionCondition
ArgumentNullExceptioncollection is null.
See Also