Düzenle

Aracılığıyla paylaş


SortedDictionarySurrogate<TKey,TValue> Struct

Definition

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

Type Parameters

TKey

The key type.

TValue

The value type.

Inheritance
SortedDictionarySurrogate<TKey,TValue>
Attributes

Fields

Comparer

Gets or sets the comparer.

Values

Gets or sets the values.

Applies to