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

Member predicate Namespace::getAStruct

Gets a struct directly declared in this namespace, if any. For example, the struct Timespan in

namespace System {
  public struct Timespan { ... }
}
Struct getAStruct()