Enumerable::LongCount Method
.NET Framework (current version)
Returns an Int64 that represents the number of elements in a sequence.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | LongCount<TSource>(IEnumerable<TSource>^) | Returns an Int64 that represents the total number of elements in a sequence. |
![]() ![]() | LongCount<TSource>(IEnumerable<TSource>^, Func<TSource, Boolean>^) | Returns an Int64 that represents how many elements in a sequence satisfy a condition. |
Show:

