MulticastImpl.add

Adds one or more delegates to this multicast delegate in order. Returns a reference to this instance.

  1. auto ref add(Del[] dels)
    struct MulticastImpl(Del, bool assertIfNull)
    ref nothrow pure @trusted
    add
    (
    const Del[] dels
    )
    if (
    isDelegate!Del ||
    isFunctionPointer!Del
    )
  2. auto ref add(MulticastImpl!(Del, v) del)
  3. auto ref add(Del del)

Meta