This topic has not yet been rated - Rate this topic

IEnumerable<T>.Count Method

Returns the number of elements in a sequence.

  NameDescription
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
Did you find this helpful?
(1500 characters remaining)

Community Additions

© 2013 Microsoft. All rights reserved.