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