# FSharpListCodec&lt;T&gt;.ConvertFromSurrogate(FSharpListSurrogate&lt;T&gt;)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.serialization.fsharp/orleans.serialization.fsharplistcodec-1/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.serialization.fsharp/orleans.serialization.fsharplistcodec-1/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Serialization.FSharp/FSharpCodecs.cs#L920-L922)

```csharp
public override FSharpList<T> ConvertFromSurrogate(ref FSharpListSurrogate<T> surrogate)
```

Converts a value from the surrogate type to the field type.

### Parameters

- `surrogate` (`FSharpListSurrogate<T>`): The surrogate.

### Returns

The value.
