This topic has not yet been rated - Rate this topic

ParallelEnumerable.Count Method

Returns the number of elements in a parallel sequence.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Static member Count<TSource>(ParallelQuery<TSource>) Returns the number of elements in a parallel sequence.
Public method Static member Count<TSource>(ParallelQuery<TSource>, Func<TSource, Boolean>) Returns a number that represents how many elements in the specified parallel sequence satisfy a condition.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.