DisposableSetT Constructor |
| Name | Description | |
|---|---|---|
| DisposableSetT |
Creates a new empty instance using the default comparer.
| |
| DisposableSetT(IEnumerableT) |
Creates a new instance using the default comparer by copying the sequence items.
| |
| DisposableSetT(IEqualityComparerT) |
Creates a new empty instance using the specified comparer.
| |
| DisposableSetT(IEnumerableT, IEqualityComparerT) |
Creates a new instance using the specified comparer by copying the sequence items.
|