Type.getMethod

Undocumented in source. Be warned that the author may not have intended to support it.
  1. const(Method) getMethod(string name, Type[] parameterTypes)
  2. const(Method) getMethod(string name, TypeInfo[] parameterTypeInfos)
    class Type
    final const
    const(Method)
    getMethod
    (
    string name
    ,)
  3. const(Method) getMethod(string name)

Meta