Click or drag to resize

IDisposableCollectionTAddRange Method

Adds items to the sequence.

Namespace:  Gile.AutoCAD.R20.Extension
Assembly:  Gile.AutoCAD.R20.Extension (in Gile.AutoCAD.R20.Extension.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
void AddRange(
	IEnumerable<T> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableT
Items to add.
See Also