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.PropertyDescriptorCollection.InternalSort ( IComparer sorter)
inlineprotected

Definition at line 437 of file PropertyDescriptorCollection.cs.

438 {
439 if (sorter != null)
440 {
441 Array.Sort(this._properties, sorter);
442 return;
443 }
444 TypeDescriptor.SortDescriptorArray(this);
445 }
class f__AnonymousType0<< Count > j__TPar
static void Sort(Array array)
Definition Array.cs:540

References System.ComponentModel.PropertyDescriptorCollection._properties, j__TPar, System.Array.Sort(), and System.ComponentModel.TypeDescriptor.SortDescriptorArray().