Click or drag to resize

IEnumCollection2T Interface

The test interface for enumerable collections that accept numeric and string indexes.

Namespace:  SmartBear.TestLeft.TestObjects
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
public interface IEnumCollection2<T> : IEnumCollection<T>, 
	IEnumerable<T>, IEnumerable, ICollection<int, T>, ICollection<string, T>

Type Parameters

T
The type of the collection elements.

The IEnumCollection2T type exposes the following members.

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