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