Click or drag to resize

IReadOnlyEnumCollectionT Interface

The test interface for enumerable read-only collections that accept unsigned integer indexes.

Namespace:  SmartBear.TestLeft.TestObjects
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
public interface IReadOnlyEnumCollection<T> : IEnumerable<T>, 
	IEnumerable, IReadOnlyCollection<int, T>

Type Parameters

T
The type of the collection elements.

The IReadOnlyEnumCollectionT type exposes the following members.

Properties
Methods
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableT.)
Top
See Also