ICollectionP, T Interface |
The test interface for one-dimensional collections.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.60.289.11 (14.60.289.11)
Syntax public interface ICollection<P, T>
Public Interface ICollection(Of P, T)
Dim instance As ICollection(Of P, T)
generic<typename P, typename T>
public interface class ICollection
Type Parameters
- P
- The index Type.
- T
- The type of the collection elements.
The ICollectionP, T type exposes the following members.
Properties
| Name | Description |
---|
| Item |
Gets or sets an element by its index (zero-based).
|
TopSee Also