MulticastImpl.GetInvocationList

Returns the delegates of this multicast.

struct MulticastImpl(Del, bool assertIfNull)
version(CSharpCompat)
const nothrow pure @nogc
GetInvocationList
()
if (
isDelegate!Del ||
isFunctionPointer!Del
)

Meta