ConcurrentDictionaryCodec<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.ConcurrentDictionarySurrogate{`0,`1}@)
public override System.Collections.Concurrent.ConcurrentDictionary<TKey,TValue> ConvertFromSurrogate (ref Orleans.Serialization.Codecs.ConcurrentDictionarySurrogate<TKey,TValue> surrogate);
override this.ConvertFromSurrogate : ConcurrentDictionarySurrogate -> System.Collections.Concurrent.ConcurrentDictionary<'Key, 'Value>
Public Overrides Function ConvertFromSurrogate (ByRef surrogate As ConcurrentDictionarySurrogate(Of TKey, TValue)) As ConcurrentDictionary(Of TKey, TValue)
Parâmetros
Retornos
ConcurrentDictionary<TKey,TValue>