コード例 #1
0
 public AstUfcFuncExpr(AstExpression self, AstFuncExpr func, ILocation Location) : base(Location)
 {
     this.SelfArg      = self;
     this.FunctionDecl = func;
 }