Edit

Share via


FSharpListCodec<T>.ConvertFromSurrogate Method

Definition

public override Microsoft.FSharp.Collections.FSharpList<T> ConvertFromSurrogate (ref Orleans.Serialization.FSharpListSurrogate<T> surrogate);
override this.ConvertFromSurrogate : FSharpListSurrogate -> List<'T>
Public Overrides Function ConvertFromSurrogate (ByRef surrogate As FSharpListSurrogate(Of T)) As FSharpList(Of T)

Parameters

Returns

Microsoft.FSharp.Collections.FSharpList<T>

Applies to