コード例 #1
0
 public abstract void Apply(CstFuncDefArg cstFuncDefArg);
コード例 #2
0
ファイル: CstDotVisitor.cs プロジェクト: MaxLevs/META_FA
 public override void Apply(CstFuncDefArg cstFuncDefArg)
 {
     throw new NotImplementedException();
 }