Edit

Share via


GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>.ConvertFromSurrogate Method

Definition

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

public abstract TField ConvertFromSurrogate (ref TSurrogate surrogate);
abstract member ConvertFromSurrogate : 'Surrogate -> 'Field
Public MustOverride Function ConvertFromSurrogate (ByRef surrogate As TSurrogate) As TField

Parameters

surrogate
TSurrogate

The surrogate.

Returns

TField

The value.

Applies to