Edit

Share via


IPopulator<TValue,TSurrogate>.Populate(TSurrogate, TValue) Method

Definition

Populates value with values from surrogate.

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

Parameters

surrogate
TSurrogate

The surrogate.

value
TValue

The value.

Applies to