Click or drag to resize

DisposableSetT Constructor (IEqualityComparerT)

Creates a new empty instance using the specified comparer.

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(
	IEqualityComparer<T> comparer
)

Parameters

comparer
Type: System.Collections.GenericIEqualityComparerT
IEqualityComparer<T> implementation.
See Also