Compartir a través de


SortedDictionaryCodec<TKey,TValue> Constructor

Definición

Inicializa una nueva instancia de la clase 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)))

Parámetros

surrogateSerializer
IValueSerializer<SortedDictionarySurrogate<TKey,TValue>>

Serializador suplente.

Se aplica a