ILEmitContext.

EmitConvert(IXamlAstNode, IXamlILEmitter, IXamlType, IXamlType) Method

Namespace
XamlX.IL
Containing Type
ILEmitContext

Syntax

protected override void EmitConvert(IXamlAstNode value, IXamlILEmitter codeGen, IXamlType expectedType, IXamlType returnedType)

Parameters

Name Type Description
value IXamlAstNode
codeGen IXamlILEmitter
expectedType IXamlType
returnedType IXamlType

Return Value

Type Description
void