Esempio n. 1
0
 public object VisitReturnTypeNothing(ReturnTypeNothing returnTypeNothing, object o)
 {
     return(null);
 }
Esempio n. 2
0
 public object VisitReturnTypeNothing(ReturnTypeNothing returnTypeNothing, object o)
 {
     throw new NotImplementedException("Should never be called");
 }