Summary
void Populate(IServiceProvider sp, T target);
- Namespace
- XamlX
.IL - Containing Type
- XamlILCompiler
Syntax
protected override void CompilePopulate(IFileSource fileSource, IXamlAstManipulationNode manipulation, Func<string, IXamlType, IXamlTypeBuilder<IXamlILEmitter>> createSubType, IXamlILEmitter codeGen, XamlRuntimeContext<IXamlILEmitter, XamlILNodeEmitResult> context)
Parameters
Name | Type | Description |
---|---|---|
fileSource | IFileSource | |
manipulation | I |
|
createSubType | Func |
|
codeGen | IXamlILEmitter | |
context | XamlRuntimeContext |
Return Value
Type | Description |
---|---|
void |