示例#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");
 }