IConverter<TValue,TSurrogate>.ConvertFromSurrogate(TSurrogate) 方法

定义

将代理项值转换为值类型。

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

参数

surrogate
TSurrogate

代理项。

返回

TValue

值。

适用于