[]
Initializes a new instance of a ValueSet<T>.
public ValueSet()
Public Sub New()
Initializes a new instance of a ValueSet<T>.
public ValueSet(IEqualityComparer<T> comparer)
Public Sub New(comparer As IEqualityComparer(Of T))
| Type | Name | Description |
|---|---|---|
| IEqualityComparer<T> | comparer | The comparer to use when comparing keys. |