Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Current
[1/2]
T
System.Collections.Immutable.ImmutableArray
<
T
>.EnumeratorObject.Current
get
Implements
System.Collections.IEnumerator
.
Definition at line
709
of file
ImmutableArray.cs
.
710
{
711
get
712
{
713
if
((uint)
_index
< (uint)
_array
.Length)
714
{
715
return
_array
[
_index
];
716
}
717
throw
new
InvalidOperationException
();
718
}
719
}
System.Collections.Immutable.ImmutableArray.EnumeratorObject._array
readonly T[] _array
Definition
ImmutableArray.cs:705
System.Collections.Immutable.ImmutableArray.EnumeratorObject._index
int _index
Definition
ImmutableArray.cs:707
System.Transactions.TransactionExceptionType.InvalidOperationException
@ InvalidOperationException
System
Collections
Immutable
ImmutableArray
EnumeratorObject
Generated by
1.10.0