Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsMulticast
virtual
bool
System.Reflection.EventInfo.IsMulticast
get
inherited
Definition at line
20
of file
EventInfo.cs
.
21
{
22
get
23
{
24
Type
eventHandlerType =
EventHandlerType
;
25
Type
typeFromHandle = typeof(MulticastDelegate);
26
return
typeFromHandle.IsAssignableFrom(eventHandlerType);
27
}
28
}
System.Reflection.EventInfo.EventHandlerType
virtual ? Type EventHandlerType
Definition
EventInfo.cs:31
System.Reflection.CustomAttributeEncoding.Type
@ Type
System
Runtime
InteropServices
ComAwareEventInfo
Generated by
1.10.0