Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Current
override
T
System.Linq.Parallel.SynchronousChannelMergeEnumerator
<
T
>.Current
get
Definition at line
11
of file
SynchronousChannelMergeEnumerator.cs
.
12
{
13
get
14
{
15
if
(
_channelIndex
== -1 ||
_channelIndex
==
_channels
.Length)
16
{
17
throw
new
InvalidOperationException
(
System
.
SR
.
PLINQ_CommonEnumerator_Current_NotStarted
);
18
}
19
return
_currentElement
;
20
}
21
}
System.Linq.Parallel.SynchronousChannelMergeEnumerator._channels
readonly SynchronousChannel< T >[] _channels
Definition
SynchronousChannelMergeEnumerator.cs:5
System.Linq.Parallel.SynchronousChannelMergeEnumerator._channelIndex
int _channelIndex
Definition
SynchronousChannelMergeEnumerator.cs:7
System.Linq.Parallel.SynchronousChannelMergeEnumerator._currentElement
T _currentElement
Definition
SynchronousChannelMergeEnumerator.cs:9
System.SR.PLINQ_CommonEnumerator_Current_NotStarted
static string PLINQ_CommonEnumerator_Current_NotStarted
Definition
SR.cs:24
System.SR
Definition
SR.cs:7
System.Transactions.TransactionExceptionType.InvalidOperationException
@ InvalidOperationException
System
Definition
BlockingCollection.cs:8
System
Linq
Parallel
SynchronousChannelMergeEnumerator
Generated by
1.10.0