Click or drag to resize

DisposableSetTRemoveRange Method

Removes items from 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 IEnumerable<T> RemoveRange(
	IEnumerable<T> items
)

Parameters

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

Return Value

Type: IEnumerableT
The sequence of effectively removed items.

Implements

IDisposableCollectionTRemoveRange(IEnumerableT)
See Also