IPopulator<TValue,TSurrogate>.Populate(TSurrogate, TValue) 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.
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.