コード例 #1
0
 public static bool IsDefaultPrimitiveTpeData(TypeData primType)
 {
     return(TypeTranslator.GetDefaultPrimitiveTypeData(primType) == primType);
 }