Szerkesztés

Megosztás a következőn keresztül:


ImmutableSortedSetSurrogate<T> Struct

Definition

Surrogate type used by ImmutableSortedSetCodec<T>.

[Orleans.GenerateSerializer]
public struct ImmutableSortedSetSurrogate<T>
[<Orleans.GenerateSerializer>]
type ImmutableSortedSetSurrogate<'T> = struct
Public Structure ImmutableSortedSetSurrogate(Of T)

Type Parameters

T

The element type.

Inheritance
ImmutableSortedSetSurrogate<T>
Attributes

Fields

KeyComparer

Gets or sets the key comparer.

Values

Gets or sets the values.

Applies to