Beispiel #1
0
 public object VisitReturnVariableType(ReturnTypeVariableType returnTypeVariableType, object o)
 {
     return(null);
 }
Beispiel #2
0
 public object VisitReturnVariableType(ReturnTypeVariableType returnTypeVariableType, object o)
 {
     throw new NotImplementedException("Should never be called");
 }