XamlIlContext.

XamlIlContext(IXamlIlType, IXamlIlType, XamlIlLanguageTypeMappings, Action<XamlIlContext, IXamlIlEmitter>) Constructor

Namespace
XamlIl.Transform
Containing Type
XamlIlContext

Syntax

public XamlIlContext(IXamlIlType definition, IXamlIlType constructedType, XamlIlLanguageTypeMappings mappings, Action<XamlIlContext, IXamlIlEmitter> factory)

Parameters

Name Type Description
definition IXamlIlType
constructedType IXamlIlType
mappings XamlIlLanguageTypeMappings
factory Action<XamlIlContext, IXamlIlEmitter>

Return Value

Type Description
void