Member predicate Type::isSystemType
Holds if this type is a member of the System
namespace and has the name
name
. This is the same as getQualifiedName() = "System.<name>"
, but is
faster to compute.
predicate isSystemType(string name)
Holds if this type is a member of the System
namespace and has the name
name
. This is the same as getQualifiedName() = "System.<name>"
, but is
faster to compute.
predicate isSystemType(string name)