Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ AsParallel()

static ParallelQuery System.Linq.ParallelEnumerable.AsParallel ( this IEnumerable source)
inlinestatic

Definition at line 71 of file ParallelEnumerable.cs.

72 {
73 if (source == null)
74 {
75 throw new ArgumentNullException("source");
76 }
78 }

References System.Linq.source.