InterfaceTypeMixin.getMethods

Undocumented in source. Be warned that the author may not have intended to support it.
  1. const(Method)[] getMethods(string name)
    class InterfaceTypeMixin(T)
    override const
    const(Method)[]
    getMethods
    (
    string name
    )
    if (
    is(T == interface)
    )
  2. const(Method)[] getMethods()

Meta