Click or drag to resize

IItemCollectionT Interface

The test interface for an item collection of a control.

Namespace:  SmartBear.TestLeft.TestObjects
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.60.289.11 (14.60.289.11)
Syntax
public interface IItemCollection<T> : IObject

Type Parameters

T
The type of the collection items.

The IItemCollectionT type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns the number of items.
Public propertyItem
Returns an item by its key. A key can be an index or string.
Top
Methods
See Also