C# Class DotNetWebToolkit.Cil2Js.Ast.ICallExtensions

Afficher le fichier Open project: chrisdunelm/DotNetWebToolkit

Méthodes publiques

Méthode Description
Arg ( this call, int argIndex ) : Expr
Arg ( this call, int argIndex, string name ) : NamedExpr

Method Details

Arg() public static méthode

public static Arg ( this call, int argIndex ) : Expr
call this
argIndex int
Résultat Expr

Arg() public static méthode

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