C# Class DotNetWebToolkit.Cil2Js.Ast.ICallExtensions

显示文件 Open project: chrisdunelm/DotNetWebToolkit

Public Methods

Method Description
Arg ( this call, int argIndex ) : Expr
Arg ( this call, int argIndex, string name ) : NamedExpr

Method Details

Arg() public static method

public static Arg ( this call, int argIndex ) : Expr
call this
argIndex int
return Expr

Arg() public static method

public static Arg ( this call, int argIndex, string name ) : NamedExpr
call this
argIndex int
name string
return DotNetWebToolkit.Cil2Js.Output.NamedExpr