示例#1
0
 public static bool MatchSuccess <T>(ITry <T> candidate)
 {
     return(typeof(Success <T>) == candidate.GetType());
 }