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

◆ IndexOf() [1/2]

int IList. System.ComponentModel.PropertyDescriptorCollection.IndexOf ( object value)
inlineprivate

Implements System.Collections.IList.

Definition at line 646 of file PropertyDescriptorCollection.cs.

647 {
648 if (value != null)
649 {
650 }
651 int num;
652 return num;
653 }

References System.value.