예제 #1
0
 public object VisitReturnTypeNothing(ReturnTypeNothing returnTypeNothing, object o)
 {
     return(null);
 }
예제 #2
0
파일: Checker.cs 프로젝트: Laegas/CMC
 public object VisitReturnTypeNothing(ReturnTypeNothing returnTypeNothing, object o)
 {
     throw new NotImplementedException("Should never be called");
 }