TypeSystemHelpers.

EmitConvert(XamlIlEmitContext, IXamlIlEmitter, IXamlIlLineInfo, IXamlIlType, IXamlIlType) Method

Namespace
XamlIl.TypeSystem
Containing Type
TypeSystemHelpers

Syntax

public static void EmitConvert(XamlIlEmitContext context, IXamlIlEmitter ilgen, IXamlIlLineInfo node, IXamlIlType what, IXamlIlType to)

Parameters

Name Type Description
context XamlIlEmitContext
ilgen IXamlIlEmitter
node IXamlIlLineInfo
what IXamlIlType
to IXamlIlType

Return Value

Type Description
void