Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ParallelEnumerableWrapper.cs
Go to the documentation of this file.
3
5
6internal sealed class ParallelEnumerableWrapper : ParallelQuery<object>
7{
8 private readonly IEnumerable _source;
9
15
17 {
18 return _source.GetEnumerator();
19 }
20
25}
ParallelEnumerableWrapper(IEnumerable< T > wrappedEnumerable)
new IEnumerator< T > GetEnumerator()