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.PropertyDescriptorCollection.InternalSort ( string[] names)
inlineprotected

Definition at line 420 of file PropertyDescriptorCollection.cs.

421 {
422 string displayName = this._properties.displayName;
423 if (displayName != null)
424 {
426 this.InternalSort(comparer);
427 if (names != null && displayName != null)
428 {
429 PropertyDescriptor[] properties = this._properties;
431 return;
432 }
433 }
434 }
class f__AnonymousType0<< Count > j__TPar

References System.ComponentModel.PropertyDescriptorCollection._comparer, System.ComponentModel.PropertyDescriptorCollection._properties, System.comparer, System.ComponentModel.MemberDescriptor.displayName, System.ComponentModel.PropertyDescriptorCollection.InternalSort(), and j__TPar.

Referenced by System.ComponentModel.PropertyDescriptorCollection.EnsurePropsOwned(), and System.ComponentModel.PropertyDescriptorCollection.InternalSort().