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