C# Class DotNetWebToolkit.Cil2Js.Ast.StmtInitObj

Inheritance: Stmt
显示文件 Open project: chrisdunelm/DotNetWebToolkit Class Usage Examples

Public Methods

Method Description
StmtInitObj ( Ctx ctx, Expr destination, TypeReference type ) : System

Method Details

StmtInitObj() public method

public StmtInitObj ( Ctx ctx, Expr destination, TypeReference type ) : System
ctx Ctx
destination Expr
type Mono.Cecil.TypeReference
return System