Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Current
override
KeyValuePair
<long, TSource>
System.Collections.Concurrent.Partitioner
< TSource >.
StaticIndexRangePartitionForArray
< TSource >.Current
get
Implements
System.Collections.IEnumerator
.
Definition at line
719
of file
Partitioner.cs
.
720
{
721
get
722
{
723
if
(
_offset
<
_startIndex
)
724
{
725
throw
new
InvalidOperationException
(
System
.
SR
.
PartitionerStatic_CurrentCalledBeforeMoveNext
);
726
}
727
return
new
KeyValuePair<long, TSource>
(
_offset
,
_array
[
_offset
]);
728
}
729
}
System.Collections.Concurrent.Partitioner.StaticIndexRangePartitionForArray._array
readonly TSource[] _array
Definition
Partitioner.cs:717
System.Collections.Concurrent.Partitioner.StaticIndexRangePartition._offset
volatile int _offset
Definition
Partitioner.cs:624
System.Collections.Concurrent.Partitioner.StaticIndexRangePartition._startIndex
readonly int _startIndex
Definition
Partitioner.cs:620
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.SR.PartitionerStatic_CurrentCalledBeforeMoveNext
static string PartitionerStatic_CurrentCalledBeforeMoveNext
Definition
SR.cs:90
System.SR
Definition
SR.cs:7
System.Transactions.TransactionExceptionType.InvalidOperationException
@ InvalidOperationException
System
Definition
BlockingCollection.cs:8
System
Collections
Concurrent
Partitioner
StaticIndexRangePartitionForArray
Generated by
1.10.0