コード例 #1
0
ファイル: compiler.cs プロジェクト: ydunk/masters
        public virtual ElementAction CreateElementAction()
        {
            ElementAction action = new ElementAction();

            action.Compile(this);
            return(action);
        }
コード例 #2
0
ファイル: compiler.cs プロジェクト: ArildF/masters
 public virtual ElementAction CreateElementAction() {
     ElementAction action = new ElementAction();
     action.Compile(this);
     return action;
 }