ACadSharp.Tables.Collections.Table.AddRange(System.Collections.Generic.IEnumerable{T}) - DomCR/ACadSharp GitHub Wiki
AddRange(System.Collections.Generic.IEnumerable{T}) Method
Add multiple to the collection, this method triggers
Definition
Namespace: ACadSharp.Tables.Collections.Table<T>
C#
public Void AddRange(System.Collections.Generic.IEnumerable{T})
Return Value
Void