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