C# 클래스 DotNetWebToolkit.Cil2Js.Ast.ICallExtensions

파일 보기 프로젝트 열기: chrisdunelm/DotNetWebToolkit

공개 메소드들

메소드 설명
Arg ( this call, int argIndex ) : Expr
Arg ( this call, int argIndex, string name ) : NamedExpr

메소드 상세

Arg() 공개 정적인 메소드

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

Arg() 공개 정적인 메소드

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