Edit

Share via


ImmutableSortedDictionarySurrogate<TKey,TValue>.KeyComparer Field

Definition

Gets or sets the key comparer.

[Orleans.Id(1)]
public System.Collections.Generic.IComparer<TKey> KeyComparer;
[<Orleans.Id(1)>]
val mutable KeyComparer : System.Collections.Generic.IComparer<'Key>
Public KeyComparer As IComparer(Of TKey) 

Field Value

IComparer<TKey>

The key comparer.

Attributes

Applies to