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

定義

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

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

パラメーター

surrogateSerializer
IValueSerializer<ImmutableSortedDictionarySurrogate<TKey,TValue>>

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

適用対象