AST.FuncCall.FuncCall C# (CSharp) 메소드

FuncCall() 보호된 메소드

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