ImmutableSortedDictionarySurrogate<TKey,TValue> 構造体
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
によって ImmutableSortedDictionaryCodec<TKey,TValue>使用されるサロゲート型。
[Orleans.GenerateSerializer]
public struct ImmutableSortedDictionarySurrogate<TKey,TValue>
[<Orleans.GenerateSerializer>]
type ImmutableSortedDictionarySurrogate<'Key, 'Value> = struct
Public Structure ImmutableSortedDictionarySurrogate(Of TKey, TValue)
型パラメーター
- TKey
キーの型。
- TValue
値の型です。
- 継承
-
ImmutableSortedDictionarySurrogate<TKey,TValue>
- 属性
フィールド
KeyComparer |
キーの比較子を取得または設定します。 |
ValueComparer |
値の比較子を取得または設定します。 |
Values |
値を取得または設定します。 |