XamlILCompiler.

CompilePopulate(IFileSource, IXamlAstManipulationNode, Func<string, IXamlType, IXamlTypeBuilder<IXamlILEmitter>>, IXamlILEmitter, XamlRuntimeContext<IXamlILEmitter, XamlILNodeEmitResult>) Method

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 IXamlAstManipulationNode
createSubType Func<string, IXamlType, IXamlTypeBuilder<IXamlILEmitter>>
codeGen IXamlILEmitter
context XamlRuntimeContext<IXamlILEmitter, XamlILNodeEmitResult>

Return Value

Type Description
void