Enumerable.LongCount Method

 

Returns an Int64 that represents the number of elements in a sequence.

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticLongCount<'TSource>(IEnumerable<'TSource>)

Returns an Int64 that represents the total number of elements in a sequence.

System_CAPS_pubmethodSystem_CAPS_staticLongCount<'TSource>(IEnumerable<'TSource>, Func<'TSource, Boolean>)

Returns an Int64 that represents how many elements in a sequence satisfy a condition.

Return to top
Show: