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