共用方式為


FSharpListCodec<T>.ConvertFromSurrogate 方法

定義

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)

參數

傳回

Microsoft.FSharp.Collections.FSharpList<T>

適用於