예제 #1
0
 public override void VisitFormalTypeParam(FormalTypeParam x)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 virtual public void VisitFormalTypeParam(FormalTypeParam x)
 {
     // nothing
 }