Click or drag to resize

ObservableCollectionTAddRange Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds an object list to the end of the collection.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public void AddRange(
	IEnumerable<T> collection
)
Request Example View Source

Parameters

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