Szerkesztés

Megosztás a következőn keresztül:


IConverter<TValue,TSurrogate>.ConvertFromSurrogate(TSurrogate) Method

Definition

Converts a surrogate value to the value type.

public TValue ConvertFromSurrogate (in TSurrogate surrogate);
abstract member ConvertFromSurrogate : 'Surrogate -> 'Value
Public Function ConvertFromSurrogate (surrogate As TSurrogate) As TValue

Parameters

surrogate
TSurrogate

The surrogate.

Returns

TValue

The value.

Applies to