次の方法で共有


SortedDictionaryCodec<TKey,TValue> コンストラクター

定義

SortedDictionaryCodec<TKey,TValue> クラスの新しいインスタンスを初期化します。

public SortedDictionaryCodec (Orleans.Serialization.Serializers.IValueSerializer<Orleans.Serialization.Codecs.SortedDictionarySurrogate<TKey,TValue>> surrogateSerializer);
new Orleans.Serialization.Codecs.SortedDictionaryCodec<'Key, 'Value> : Orleans.Serialization.Serializers.IValueSerializer<Orleans.Serialization.Codecs.SortedDictionarySurrogate<'Key, 'Value>> -> Orleans.Serialization.Codecs.SortedDictionaryCodec<'Key, 'Value>
Public Sub New (surrogateSerializer As IValueSerializer(Of SortedDictionarySurrogate(Of TKey, TValue)))

パラメーター

surrogateSerializer
IValueSerializer<SortedDictionarySurrogate<TKey,TValue>>

サロゲート シリアライザー。

適用対象