You are here: Symbol Reference > Stimulsoft.Base.Json.Utilities.LinqBridge Namespace > Enumerable Class > Enumerable Methods > LongCount Method > LongCount Method (this IEnumerable<TSource>, Func<TSource, bool>)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Enumerable.LongCount Method (this IEnumerable<TSource>, Func<TSource, bool>)

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

Syntax
C++
C#
Visual Basic
public: long LongCount<TSource>( this IEnumerable<TSource> source, Func<TSource, bool> predicate );
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.