XamlIlContext.

XamlIlContext(IXamlIlType, IXamlIlType, XamlIlLanguageTypeMappings, string, List<IXamlIlField>) Constructor

Namespace
XamlIl.Transform
Containing Type
XamlIlContext

Syntax

public XamlIlContext(IXamlIlType definition, IXamlIlType constructedType, XamlIlLanguageTypeMappings mappings, string baseUri, List<IXamlIlField> staticProviders)

Parameters

Name Type Description
definition IXamlIlType
constructedType IXamlIlType
mappings XamlIlLanguageTypeMappings
baseUri string
staticProviders List<IXamlIlField>

Return Value

Type Description
void