Düzenle

Aracılığıyla paylaş


SortedSetSurrogate<T> Struct

Definition

Surrogate type for SortedSetCodec<T>.

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

Type Parameters

T

The element type.

Inheritance
SortedSetSurrogate<T>
Attributes

Fields

Comparer

Gets or sets the comparer.

Values

Gets or sets the values.

Applies to