FSharpMapCodec<TKey,TValue>.ConvertFromSurrogate 方法

定义

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)

参数

返回

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

适用于