コード例 #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");
 }