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

◆ LongCount< TSource >() [1/2]

static long System.Linq.ParallelEnumerable.LongCount< TSource > ( this ParallelQuery< TSource > source)
inlinestatic

Definition at line 774 of file ParallelEnumerable.cs.

775 {
776 if (source == null)
777 {
778 throw new ArgumentNullException("source");
779 }
781 {
783 }
784 return new LongCountAggregationOperator<TSource>(source).Aggregate();
785 }

References System.Collections.Generic.Dictionary< TKey, TValue >.Count, and System.Linq.source.