示例#1
0
 public override object VisitPropertySetStmt([NotNull] VisualBasic6Parser.PropertySetStmtContext context)
 {
     CreateModel(context);
     return(null);
 }
示例#2
0
 public override void ExitPropertySetStmt([NotNull] VisualBasic6Parser.PropertySetStmtContext context)
 {
 }