terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ EventDescriptorCollection() [1/4]

System.ComponentModel.EventDescriptorCollection.EventDescriptorCollection ( EventDescriptor[] events)
inline

Definition at line 12 of file EventDescriptorCollection.cs.

13 {
14 if (events != null)
15 {
16 this._events = events;
17 string displayName = events.displayName;
19 return;
20 }
21 this._eventsOwned = true;
22 }
class f__AnonymousType0<< Count > j__TPar

References System.ComponentModel.MemberDescriptor.displayName, and j__TPar.