C# Class DotNetWebToolkit.Cil2Js.Output.ExprJsResolvedCtor

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

Public Methods

Method Description
ExprJsResolvedCtor ( Ctx ctx, string typeName, TypeReference type, IEnumerable args ) : System

Method Details

ExprJsResolvedCtor() public method

public ExprJsResolvedCtor ( Ctx ctx, string typeName, TypeReference type, IEnumerable args ) : System
ctx DotNetWebToolkit.Cil2Js.Ast.Ctx
typeName string
type Mono.Cecil.TypeReference
args IEnumerable
return System