TypeSystemHelpers.

EmitConvert(XamlIlEmitContext, IXamlIlLineInfo, IXamlIlType, IXamlIlType, Func<bool, IXamlIlEmitter>) Method

Namespace
XamlIl.TypeSystem
Containing Type
TypeSystemHelpers

Syntax

public static void EmitConvert(XamlIlEmitContext context, IXamlIlLineInfo node, IXamlIlType what, IXamlIlType to, Func<bool, IXamlIlEmitter> ld)

Parameters

Name Type Description
context XamlIlEmitContext
node IXamlIlLineInfo
what IXamlIlType
to IXamlIlType
ld Func<bool, IXamlIlEmitter>

Return Value

Type Description
void