Example #1
0
 public override object VisitPropertyLetStmt([NotNull] VisualBasic6Parser.PropertyLetStmtContext context)
 {
     CreateModel(context);
     return(null);
 }
Example #2
0
 public override void ExitPropertyLetStmt([NotNull] VisualBasic6Parser.PropertyLetStmtContext context)
 {
 }