IEnumCollection2<T> Interface |
Namespace: SmartBear.TestLeft.TestObjects
public interface IEnumCollection2<T> : IEnumCollection<T>, IEnumerable<T>, IEnumerable, ICollection<int, T>, ICollection<string, T>
The IEnumCollection2<T> type exposes the following members.
Name | Description | |
---|---|---|
![]() | Item |
Gets or sets an element by its index (zero-based).
(Inherited from ICollection<P, T>.) |
Name | Description | |
---|---|---|
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerable<T>.) |