Predicate getQualifiedName
Returns the concatenation of qualifier
and name
, separated by a dot.
Import path
import semmle.code.csharp.commons.QualifiedName
string getQualifiedName(string qualifier, string name)
Returns the concatenation of qualifier
and name
, separated by a dot.
import semmle.code.csharp.commons.QualifiedName
string getQualifiedName(string qualifier, string name)