Beispiel #1
0
 public abstract void Apply(CstFunctionCall cstFunctionCall);
Beispiel #2
0
 public override void Apply(CstFunctionCall cstFunctionCall)
 {
     throw new NotImplementedException();
 }