Edit

Share via


FSharpMapCodec<TKey,TValue>.ConvertFromSurrogate Method

Definition

public override Microsoft.FSharp.Collections.FSharpMap<TKey,TValue> ConvertFromSurrogate (ref Orleans.Serialization.FSharpMapSurrogate<TKey,TValue> surrogate);
override this.ConvertFromSurrogate : FSharpMapSurrogate -> Map<'Key, 'Value>
Public Overrides Function ConvertFromSurrogate (ByRef surrogate As FSharpMapSurrogate(Of TKey, TValue)) As FSharpMap(Of TKey, TValue)

Parameters

Returns

Microsoft.FSharp.Collections.FSharpMap<TKey,TValue>

Applies to