Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ParallelLoopResult.cs
Go to the documentation of this file.
1
namespace
System.Threading.Tasks
;
2
3
public
struct
ParallelLoopResult
4
{
5
internal
bool
_completed
;
6
7
internal
long
?
_lowestBreakIteration
;
8
9
public
bool
IsCompleted
=>
_completed
;
10
11
public
long
?
LowestBreakIteration
=>
_lowestBreakIteration
;
12
}
System.Threading.Tasks
Definition
TaskToApm.cs:3
System.Threading.Tasks.ParallelLoopResult.IsCompleted
bool IsCompleted
Definition
ParallelLoopResult.cs:9
System.Threading.Tasks.ParallelLoopResult._completed
bool _completed
Definition
ParallelLoopResult.cs:5
System.Threading.Tasks.ParallelLoopResult.LowestBreakIteration
long? LowestBreakIteration
Definition
ParallelLoopResult.cs:11
System.Threading.Tasks.ParallelLoopResult._lowestBreakIteration
long? _lowestBreakIteration
Definition
ParallelLoopResult.cs:7
System.Threading.Tasks.ParallelLoopResult
Definition
ParallelLoopResult.cs:4
source
System.Threading.Tasks.Parallel
System.Threading.Tasks
ParallelLoopResult.cs
Generated by
1.10.0