ReadOnlyDictionaryCodec<TKey,TValue>.ConvertToSurrogate 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.
public override void ConvertToSurrogate (System.Collections.ObjectModel.ReadOnlyDictionary<TKey,TValue> value, ref Orleans.Serialization.Codecs.ReadOnlyDictionarySurrogate<TKey,TValue> surrogate);
override this.ConvertToSurrogate : System.Collections.ObjectModel.ReadOnlyDictionary<'Key, 'Value> * ReadOnlyDictionarySurrogate -> unit
Public Overrides Sub ConvertToSurrogate (value As ReadOnlyDictionary(Of TKey, TValue), ByRef surrogate As ReadOnlyDictionarySurrogate(Of TKey, TValue))
Parâmetros
- value
- ReadOnlyDictionary<TKey,TValue>
- surrogate
- ReadOnlyDictionarySurrogate<TKey,TValue>