ImmutableSortedDictionaryCodec<TKey,TValue>.ConvertFromSurrogate Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Devoluciones
ImmutableSortedDictionary<TKey,TValue>