Click or drag to resize

IReadOnlyCollectionP, T Interface

The test interface for read-only collections.

Namespace:  SmartBear.TestLeft.TestObjects
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.60.289.11 (14.60.289.11)
Syntax
public interface IReadOnlyCollection<P, T>

Type Parameters

P
The index type.
T
The type of the collection elements.

The IReadOnlyCollectionP, T type exposes the following members.

Properties
  NameDescription
Public propertyItem
Gets an element by its index (zero-based).
Top
See Also