다음을 통해 공유


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>>

서로게이트 직렬 변환기입니다.

적용 대상