SortedListCodec<TKey,TValue> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
的 SortedList<TKey,TValue> 序列化程式。
[Orleans.RegisterSerializer]
public sealed class SortedListCodec<TKey,TValue> : Orleans.Serialization.Codecs.GeneralizedReferenceTypeSurrogateCodec<System.Collections.Generic.SortedList<TKey,TValue>,Orleans.Serialization.Codecs.SortedListSurrogate<TKey,TValue>>
[<Orleans.RegisterSerializer>]
type SortedListCodec<'Key, 'Value> = class
inherit GeneralizedReferenceTypeSurrogateCodec<SortedList<'Key, 'Value>, SortedListSurrogate<'Key, 'Value>>
Public NotInheritable Class SortedListCodec(Of TKey, TValue)
Inherits GeneralizedReferenceTypeSurrogateCodec(Of SortedList(Of TKey, TValue), SortedListSurrogate(Of TKey, TValue))
類型參數
- TKey
索引鍵類型。
- TValue
值型別。
- 繼承
-
SortedListCodec<TKey,TValue>
- 屬性
建構函式
SortedListCodec<TKey,TValue>(IValueSerializer<SortedListSurrogate<TKey,TValue>>) |
初始化 SortedListCodec<TKey,TValue> 類別的新執行個體。 |