Example #1
0
 public abstract void Apply(CstFunctionDefinition cstFunctionDefinition);
Example #2
0
 public override void Apply(CstFunctionDefinition cstFunctionDefinition)
 {
     throw new NotImplementedException();
 }