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

◆ GetValue()

override object System.ComponentModel.ArrayConverter.ArrayPropertyDescriptor.GetValue ( object instance)
inline

Definition at line 57 of file ArrayConverter.cs.

58 {
59 if (instance != null)
60 {
61 int index = this._index;
62 object obj;
63 return obj;
64 }
65 }

References System.ComponentModel.ArrayConverter.ArrayPropertyDescriptor._index, System.index, and System.obj.