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

◆ InternalSort() [2/2]

void System.ComponentModel.EventDescriptorCollection.InternalSort ( string[] names)
inlineprotected

Definition at line 413 of file EventDescriptorCollection.cs.

414 {
415 string displayName = this._events.displayName;
416 if (displayName != null)
417 {
419 this.InternalSort(comparer);
420 if (names != null && displayName != null)
421 {
422 EventDescriptor[] events = this._events;
423 string displayName2 = this._events.displayName;
424 return;
425 }
426 }
427 }
class f__AnonymousType0<< Count > j__TPar

References System.ComponentModel.EventDescriptorCollection._comparer, System.ComponentModel.EventDescriptorCollection._events, System.comparer, System.ComponentModel.MemberDescriptor.displayName, System.ComponentModel.EventDescriptorCollection.InternalSort(), and j__TPar.

Referenced by System.ComponentModel.EventDescriptorCollection.EnsureEventsOwned(), and System.ComponentModel.EventDescriptorCollection.InternalSort().