Member predicate NamedElement::getFullyQualifiedName
DEPRECATED: Use hasFullyQualifiedName
instead.
Gets the fully qualified name of this element, for example the
fully qualified name of M
on line 3 is N.C.M
in
namespace N {
class C {
void M(int i, string s) { }
}
}
Unbound generic types, such as IList<T>
, are represented as
System.Collections.Generic.IList`1
.