Click or drag to resize

DisposableSetT Constructor (IEnumerableT)

Creates a new instance using the default comparer by copying the sequence items.

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 DisposableSet(
	IEnumerable<T> collection
)

Parameters

collection
Type: System.Collections.GenericIEnumerableT
Sequence whose elements are copied into the new set.
See Also