FSharpListCodec<T>.ConvertFromSurrogate 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 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)
Parâmetros
- surrogate
- FSharpListSurrogate<T>
Retornos
Microsoft.FSharp.Collections.FSharpList<T>