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