ParallelEnumerable::Count Method

.NET Framework (current version)
 

Returns the number of elements in a parallel sequence.

Namespace:   System.Linq
Assembly:  System.Core (in System.Core.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCount<TSource>(ParallelQuery<TSource>^)

Returns the number of elements in a parallel sequence.

System_CAPS_pubmethodSystem_CAPS_staticCount<TSource>(ParallelQuery<TSource>^, Func<TSource, Boolean>^)

Returns a number that represents how many elements in the specified parallel sequence satisfy a condition.

Return to top
Show: