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

◆ Current

object System.ComponentModel.EventDescriptorCollection.ArraySubsetEnumerator.Current
get

Implements System.Collections.IEnumerator.

Definition at line 647 of file EventDescriptorCollection.cs.

648 {
649 get
650 {
651 int current = this._current;
652 return this._array.GetValue(current);
653 }
654 }
object GetValue(long index)
Definition Array.cs:250