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

◆ this[int index] [1/2]

ListSortDescription System.ComponentModel.ListSortDescriptionCollection.this[int index]
getset

Implements System.Collections.IList.

Definition at line 26 of file ListSortDescriptionCollection.cs.

27 {
28 get
29 {
30 if (this._sorts != null)
31 {
32 }
33 throw new InvalidCastException();
34 }
35 set
36 {
37 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
38 }
39 }