示例#1
0
 internal static bool IsBooleanType(TypeUsage type)
 {
     return(TypeSemantics.IsPrimitiveType(type, PrimitiveTypeKind.Boolean));
 }