SortedListSurrogate<TKey,TValue> 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
的 SortedListCodec<TKey,TValue> Surrogate 型別。
[Orleans.GenerateSerializer]
public struct SortedListSurrogate<TKey,TValue>
[<Orleans.GenerateSerializer>]
type SortedListSurrogate<'Key, 'Value> = struct
Public Structure SortedListSurrogate(Of TKey, TValue)
類型參數
- TKey
索引鍵類型。
- TValue
值型別。
- 繼承
-
SortedListSurrogate<TKey,TValue>
- 屬性
欄位
Comparer |
取得或設定比較子。 |
Values |
取得或設定值。 |