multicast-delegate v1.0.0 (2020-05-20T12:18:03Z)
Dub
Repo
MulticastImpl.GetInvocationList
multicast_delegate
MulticastImpl
Returns the delegates of this multicast.
struct
MulticastImpl
(Del, bool assertIfNull)
version(CSharpCompat)
const nothrow pure @
nogc
auto
GetInvocationList
(
)
if
(
isDelegate
!
Del
||
isFunctionPointer
!
Del
)
Meta
Source
See Implementation
multicast_delegate
MulticastImpl
aliases
opOpAssign
toDelegate
constructors
this
functions
GetInvocationList
_invokeImpl
_invokePtr
add
delegates
opAssign
opBinary
opCast
remove
removeAssumeUnique
postblits
this(this)
unions
__anonymous
Returns the delegates of this multicast.