GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>.ConvertFromSurrogate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.