Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
OfType< TResult >()
static
ParallelQuery
<
TResult
> System.Linq.ParallelEnumerable.OfType<
TResult
>
(
this
ParallelQuery
source
)
inline
static
Definition at line
1917
of file
ParallelEnumerable.cs
.
1918
{
1919
if
(
source
==
null
)
1920
{
1921
throw
new
ArgumentNullException(
"source"
);
1922
}
1923
return
source
.OfType<
TResult
>();
1924
}
TResult
System.Linq.ExceptionArgument.source
@ source
References
System.Linq.source
.
System
Linq
ParallelEnumerable
Generated by
1.10.0