次の方法で共有


SortedDictionarySurrogate<TKey,TValue> 構造体

定義

のサロゲート型 SortedDictionaryCodec<TKey,TValue>

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

型パラメーター

TKey

キーの型。

TValue

値の型です。

継承
SortedDictionarySurrogate<TKey,TValue>
属性

フィールド

Comparer

比較子を取得または設定します。

Values

値を取得または設定します。

適用対象