Example #1
0
File: Ast.cs Project: aabs/March
 public override void Visit(IVisitor visitor)
 {
     visitor.CasePropertyDefinition(this);
 }