Initializes a new instance of the
CADCollection<T> Generic class that contains
elements copied from the specified collection and has sufficient
capacity to accommodate the number of elements copied.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Sub New( _ ByVal arr As IEnumerable(Of T) _ ) |
Parameters
-
arr
-
Type: IEnumerable<T>
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also