SortedSetSurrogate<T>.Comparer Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the comparer.
[Orleans.Id(1)]
public System.Collections.Generic.IComparer<T> Comparer;
[<Orleans.Id(1)>]
val mutable Comparer : System.Collections.Generic.IComparer<'T>
Public Comparer As IComparer(Of T)
Field Value
IComparer<T>
The comparer.
- Attributes