Click or drag to resize

DisposableSetTAddRange Method

Adds items to the active instance.

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
public void AddRange(
	IEnumerable<T> items
)

Parameters

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

Implements

IDisposableCollectionTAddRange(IEnumerableT)
See Also