IEnumerable<T>.Count Method

Include Protected Members
Include Inherited Members

Returns the number of elements in a sequence.

Overload List

  Name Description
Bb919303.pubextension(en-us,VS.95).gif Count() Returns the number of elements in a sequence. (Defined by Enumerable.)
Bb919303.pubextension(en-us,VS.95).gif Count(Func<T, Boolean>) Returns a number that represents how many elements in the specified sequence satisfy a condition. (Defined by Enumerable.)

Top

See Also

Reference

IEnumerable<T> Interface

IEnumerable<T> Members

System.Collections.Generic Namespace