XamlImperativeCompiler<TBackendEmitter, TEmitResult>.

Compile(XamlDocument, IXamlTypeBuilder<TBackendEmitter>, IXamlType, string, string, string, string, IFileSource) Method

Syntax

public void Compile(XamlDocument doc, IXamlTypeBuilder<TBackendEmitter> typeBuilder, IXamlType contextType, string populateMethodName, string createMethodName, string namespaceInfoClassName, string baseUri, IFileSource fileSource)

Parameters

Name Type Description
doc XamlDocument
typeBuilder IXamlTypeBuilder<TBackendEmitter>
contextType IXamlType
populateMethodName string
createMethodName string
namespaceInfoClassName string
baseUri string
fileSource IFileSource

Return Value

Type Description
void