C# Class DotNetWebToolkit.Cil2Js.Ast.ExprIsInst

Inheritance: Expr
Show file Open project: chrisdunelm/DotNetWebToolkit Class Usage Examples

Public Methods

Method Description
ExprIsInst ( Ctx ctx, Expr expr, TypeReference toType ) : System

Method Details

ExprIsInst() public method

public ExprIsInst ( Ctx ctx, Expr expr, TypeReference toType ) : System
ctx Ctx
expr Expr
toType Mono.Cecil.TypeReference
return System