CodeQL library for C#
codeql/csharp-all 0.7.5 ( changelog , source )
Search

Member predicate NamedElement :: getQualifiedName

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) { }
  }
}
string getQualifiedName ( )