Interface IEnumerableEx
- Namespace
- Ecng.Collections
- Assembly
- Ecng.Collections.dll
Extended version of IEnumerable that provides the total number of elements.
public interface IEnumerableEx : IEnumerable
- Inherited Members
- Extension Methods
Properties
Count
Gets the total number of elements.
int Count { get; }