ReadOnlyDictionaryCodec<TKey,TValue>.ConvertToSurrogate 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í.
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>