コード例 #1
0
 public static bool IsDefinedInSpec(this ScalarType type)
 {
     return(type.GetType().IsDefined(
                typeof(SpecScalarAttribute),
                false));
 }