Service.addMethod

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void addMethod(T obj)
  2. void addMethod(T obj)
    class Service
    void
    addMethod
    (
    string name
    bool simple = false
    T
    )
    (
    T obj
    )
    if (
    is(T == class) &&
    !isCallable!T
    )
  3. void addMethod(T obj)
  4. void addMethod()
  5. void addMethod()
  6. void addMethod()

Meta