Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Current

ref T System.Span< T >.Enumerator.Current
get

Definition at line 21 of file Span.cs.

22 {
23 [MethodImpl(MethodImplOptions.AggressiveInlining)]
24 get
25 {
26 return ref _span[_index];
27 }
28 }
readonly Span< T > _span
Definition Span.cs:17