TypeSystemHelpers.

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

Namespace
XamlIl.TypeSystem
Containing Type
TypeSystemHelpers

Syntax

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

Parameters

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

Return Value

Type Description
void