MulticastImpl.this

Constructs this multicast delegate with a singular delegate to call.

  1. this(typeof(null) )
  2. this(Del one)
    struct MulticastImpl(Del, bool assertIfNull)
    nothrow pure immutable @trusted
    this
    (
    Del one
    )
    if (
    isDelegate!Del ||
    isFunctionPointer!Del
    )
  3. this(immutable(Del)[] all)
  4. this(Del[] all)

Meta