XamlIlCompiler.

Compile(XamlIlDocument, IXamlIlType, IXamlIlMethodBuilder, IXamlIlMethodBuilder, IXamlIlTypeBuilder, Func<string, IXamlIlType, IXamlIlTypeBuilder>, string, IFileSource) Method

Namespace
XamlIl.Transform
Containing Type
XamlIlCompiler

Syntax

public void Compile(XamlIlDocument doc, IXamlIlType contextType, IXamlIlMethodBuilder populateMethod, IXamlIlMethodBuilder buildMethod, IXamlIlTypeBuilder namespaceInfoBuilder, Func<string, IXamlIlType, IXamlIlTypeBuilder> createClosure, string baseUri, IFileSource fileSource)

Parameters

Name Type Description
doc XamlIlDocument
contextType IXamlIlType
populateMethod IXamlIlMethodBuilder
buildMethod IXamlIlMethodBuilder
namespaceInfoBuilder IXamlIlTypeBuilder
createClosure Func<string, IXamlIlType, IXamlIlTypeBuilder>
baseUri string
fileSource IFileSource

Return Value

Type Description
void