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

Member predicate Namespace :: getATypeDeclaration

Gets a type directly declared in this namespace, if any. For example, the class File in

namespace System.IO {
  public class File { ... }
}
ValueOrRefType getATypeDeclaration ( )