Click or drag to resize

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
)

Parameters

collection
Type: System.Collections.GenericIEnumerableEntityObject
The collection whose elements should be added.
See Also