public override object VisitType([NotNull] VisualBasic6Parser.TypeContext context)
 {
     CreateModel(context);
     return(null);
 }
Beispiel #2
0
 public override void ExitType([NotNull] VisualBasic6Parser.TypeContext context)
 {
 }