Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Current
override
T
System.Linq.Parallel.AsynchronousChannelMergeEnumerator
<
T
>.Current
get
Definition at line
15
of file
AsynchronousChannelMergeEnumerator.cs
.
16
{
17
get
18
{
19
if
(
_channelIndex
== -1 ||
_channelIndex
==
_channels
.Length)
20
{
21
throw
new
InvalidOperationException
(
System
.
SR
.
PLINQ_CommonEnumerator_Current_NotStarted
);
22
}
23
return
_currentElement
;
24
}
25
}
System.Linq.Parallel.AsynchronousChannelMergeEnumerator._channels
readonly AsynchronousChannel< T >[] _channels
Definition
AsynchronousChannelMergeEnumerator.cs:5
System.Linq.Parallel.AsynchronousChannelMergeEnumerator._channelIndex
int _channelIndex
Definition
AsynchronousChannelMergeEnumerator.cs:11
System.Linq.Parallel.AsynchronousChannelMergeEnumerator._currentElement
T _currentElement
Definition
AsynchronousChannelMergeEnumerator.cs:13
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
AsynchronousChannelMergeEnumerator
Generated by
1.10.0