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() [1/2]

void System.ComponentModel.EventDescriptorCollection.InternalSort ( IComparer sorter)
inlineprotected

Definition at line 430 of file EventDescriptorCollection.cs.

431 {
432 if (sorter != null)
433 {
434 Array.Sort(this._events, sorter);
435 return;
436 }
437 TypeDescriptor.SortDescriptorArray(this);
438 }
class f__AnonymousType0<< Count > j__TPar
static void Sort(Array array)
Definition Array.cs:540

References System.ComponentModel.EventDescriptorCollection._events, j__TPar, System.Array.Sort(), and System.ComponentModel.TypeDescriptor.SortDescriptorArray().