Interface IListEx<T>
- Namespace
- Ecng.Collections
- Assembly
- Ecng.Collections.dll
Provides an extended set of methods and events for lists of a specified type.
public interface IListEx<T> : IList<T>, ICollectionEx<T>, ICollection<T>, IEnumerable<T>, IEnumerable
Type Parameters
T
The type of elements in the list.
- Inherited Members
- Extension Methods