Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
MakeSynchronousChannels()
static
SynchronousChannel
<
TInputOutput
>[]
System.Linq.Parallel.MergeExecutor
<
TInputOutput
>.MakeSynchronousChannels
(
int
partitionCount
)
inline
static
package
Definition at line
81
of file
MergeExecutor.cs
.
82
{
83
SynchronousChannel<TInputOutput>
[]
array
=
new
SynchronousChannel<TInputOutput>
[
partitionCount
];
84
for
(
int
i = 0;
i
<
array
.Length;
i
++)
85
{
86
array
[
i
] =
new
SynchronousChannel<TInputOutput>
();
87
}
88
return
array
;
89
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Text.RegularExpressions.ExceptionArgument.i
@ i
System.ExceptionArgument.array
@ array
References
System.array
.
System
Linq
Parallel
MergeExecutor
Generated by
1.10.0