FSharpMapCodec<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 (Microsoft.FSharp.Collections.FSharpMap<TKey,TValue> value, ref Orleans.Serialization.FSharpMapSurrogate<TKey,TValue> surrogate);
override this.ConvertToSurrogate : Map<'Key, 'Value> * FSharpMapSurrogate -> unit
Public Overrides Sub ConvertToSurrogate (value As FSharpMap(Of TKey, TValue), ByRef surrogate As FSharpMapSurrogate(Of TKey, TValue))
Parâmetros
- value
- Microsoft.FSharp.Collections.FSharpMap<TKey,TValue>
- surrogate
- FSharpMapSurrogate<TKey,TValue>