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
)
Protected Sub New (
collection As IEnumerable(Of T)
)
protected:
BasicCollection(
IEnumerable<T>^ collection
)
new :
collection : IEnumerable<'T> -> BasicCollection
Parameters
- collection
- Type: System.Collections.GenericIEnumerableT
The collection whose elements are copied to the new list.
Exceptions See Also