コード例 #1
0
ファイル: FunctionCallNode.cs プロジェクト: cmrazek/DkTools
 public void AddArgument(GroupNode node)
 {
     _args.Add(node);
 }