コード例 #1
0
 public static bool IsA <T>(this T source, string stringType)
 {
     return(The.Same(source.GetType(), The.Type(stringType)));
 }