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

Member predicate Namespace::getADelegate

Gets a delegate directly declared in this namespace, if any. For example, the delegate AsyncCallback in

namespace System {
  public delegate void AsyncCallback(IAsyncResult ar);
}
DelegateType getADelegate()