Service.addMissingMethod

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

Meta