Member predicate ValueOrRefType :: hasQualifiedName
Holds if this type has the qualified name qualifier
.name
.
For example the class System.IO.IOException
has
qualifier
=System.IO
and name
=IOException
.
predicate
hasQualifiedName
(
string
qualifier
,
string
name
)