qtil
advanced-security/qtil-csharp 0.0.3
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()