AST.FuncCall.FuncCall C# (CSharp) Méthode

FuncCall() protected méthode

protected FuncCall ( Expr func, ImmutableList args ) : System
func Expr
args ImmutableList
Résultat System
        protected FuncCall(Expr func, ImmutableList<Expr> args) {
            this.Func = func;
            this.Args = args;
        }