ConcurrentDictionaryCodec<TKey,TValue>.ConvertFromSurrogate Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
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)
Параметры
Возвращаемое значение
ConcurrentDictionary<TKey,TValue>