共用方式為


IPopulator<TValue,TSurrogate>.Populate(TSurrogate, TValue) 方法

定義

填入 value 來自 surrogate 的值。

public void Populate (in TSurrogate surrogate, TValue value);
abstract member Populate : 'Surrogate * 'Value -> unit
Public Sub Populate (surrogate As TSurrogate, value As TValue)

參數

surrogate
TSurrogate

Surrogate。

value
TValue

數值。

適用於