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)
Syntaxpublic DisposableSet(
IEqualityComparer<T> comparer
)
Public Sub New (
comparer As IEqualityComparer(Of T)
)
public:
DisposableSet(
IEqualityComparer<T>^ comparer
)
new :
comparer : IEqualityComparer<'T> -> DisposableSet
Parameters
- comparer
- Type: System.Collections.GenericIEqualityComparerT
IEqualityComparer<T> implementation.
See Also