ImmutableDictionary<TKey,TValue>.Builder.KeyComparer Property

Definition

Gets or sets the key comparer.

public:
 property System::Collections::Generic::IEqualityComparer<TKey> ^ KeyComparer { System::Collections::Generic::IEqualityComparer<TKey> ^ get(); void set(System::Collections::Generic::IEqualityComparer<TKey> ^ value); };
public System.Collections.Generic.IEqualityComparer<TKey> KeyComparer { get; set; }
member this.KeyComparer : System.Collections.Generic.IEqualityComparer<'Key> with get, set
Public Property KeyComparer As IEqualityComparer(Of TKey)

Property Value

The key comparer.

Applies to