ImmutableSortedDictionaryCodec<TKey,TValue>.ConvertFromSurrogate Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
System.Object.ConvertFromSurrogate(Orleans.Serialization.Codecs.ImmutableSortedDictionarySurrogate{`0,`1}@)
public override System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue> ConvertFromSurrogate (ref Orleans.Serialization.Codecs.ImmutableSortedDictionarySurrogate<TKey,TValue> surrogate);
override this.ConvertFromSurrogate : ImmutableSortedDictionarySurrogate -> System.Collections.Immutable.ImmutableSortedDictionary<'Key, 'Value>
Public Overrides Function ConvertFromSurrogate (ByRef surrogate As ImmutableSortedDictionarySurrogate(Of TKey, TValue)) As ImmutableSortedDictionary(Of TKey, TValue)
Parâmetros
Retornos
ImmutableSortedDictionary<TKey,TValue>