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

Member predicate Namespace :: getAnInterface

Gets an interface directly declared in this namespace, if any. For example, the interface IEnumerable in

namespace System.Collections {
  public interface IEnumerable { ... }
}
Interface getAnInterface ( )