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.
Namespace: SysadminsLV.PKIAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
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 IEnumerableT
- The collection whose elements are copied to the new list.