Exemple #1
0
 public override void ExitExample(VowpalWabbitParser.ExampleContext context)
 {
     this.example.Line = context.GetText();
     this.Created(this.example, this.example.Label);
 }
Exemple #2
0
 public override void ExitExample(VowpalWabbitParser.ExampleContext context)
 {
     this.example.Line = context.GetText();
     this.action(this.example);
 }