Redigera

Dela via


SortedListSurrogate<TKey,TValue> Struct

Definition

Surrogate type for SortedListCodec<TKey,TValue>.

[Orleans.GenerateSerializer]
public struct SortedListSurrogate<TKey,TValue>
[<Orleans.GenerateSerializer>]
type SortedListSurrogate<'Key, 'Value> = struct
Public Structure SortedListSurrogate(Of TKey, TValue)

Type Parameters

TKey

The key type.

TValue

The value type.

Inheritance
SortedListSurrogate<TKey,TValue>
Attributes

Fields

Comparer

Gets or sets the comparer.

Values

Gets or sets the values.

Applies to