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(Of TSource)(IEnumerable(Of TSource))

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

System_CAPS_pubmethodSystem_CAPS_staticLongCount(Of TSource)(IEnumerable(Of TSource), Func(Of TSource, Boolean))

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

Return to top
Show: