共用方式為


ImmutableSortedDictionarySurrogate<TKey,TValue> 結構

定義

所使用的 Surrogate 型別 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

取得或設定值。

適用於