コード例 #1
0
 private static Match <T> NewDummy <T>()
 {
     return(Match.Custom(new MatchDummy <T>()));
 }
コード例 #2
0
 private static Match <T> NewInstance <T>(T reference)
     where T : class
 {
     return(Match.NotSame(reference));
 }