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.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
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.