Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetEvents() [2/2]

override EventInfo[] System.RuntimeType.GetEvents ( BindingFlags bindingAttr)
inline

Definition at line 2260 of file RuntimeType.cs.

2261 {
2262 return GetEventCandidates(null, bindingAttr, allowPrefixLookup: false).ToArray();
2263 }
ListBuilder< EventInfo > GetEventCandidates(string name, BindingFlags bindingAttr, bool allowPrefixLookup)

References System.RuntimeType.GetEventCandidates().

Referenced by System.Reflection.Emit.TypeBuilder.GetEvents(), and System.Reflection.Emit.TypeBuilder.GetEvents().