Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
InternalShouldExitCurrentIteration
virtual
bool
System.Threading.Tasks.ParallelLoopState.InternalShouldExitCurrentIteration
get
package
Definition at line
10
of file
ParallelLoopState.cs
.
11
{
12
get
13
{
14
throw
new
NotSupportedException(
System
.
SR
.
ParallelState_NotSupportedException_UnsupportedMethod
);
15
}
16
}
System.SR.ParallelState_NotSupportedException_UnsupportedMethod
static string ParallelState_NotSupportedException_UnsupportedMethod
Definition
SR.cs:28
System.SR
Definition
SR.cs:7
System
Definition
BlockingCollection.cs:8
System
Threading
Tasks
ParallelLoopState
Generated by
1.10.0