EntityCollectionAddRange Method
|
Adds an
entity list to the end of the collection.
Namespace:
DXFReaderNET.Collections
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public void AddRange(
IEnumerable<EntityObject> collection
)
Public Sub AddRange (
collection As IEnumerable(Of EntityObject)
)
public:
void AddRange(
IEnumerable<EntityObject^>^ collection
)
member AddRange :
collection : IEnumerable<EntityObject> -> unit
METHOD AddRange(
collection AS IEnumerable<EntityObject>
) AS VOID
Parameters
- collection
- Type: System.Collections.GenericIEnumerableEntityObject
The collection whose elements should be added.
See Also