IReadOnlyCollectionP, TItem Property |
Gets an element by its index (zero-based).
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax T this[
P index
] { get; }
ReadOnly Default Property Item (
index As P
) As T
Get
Dim instance As IReadOnlyCollection
Dim index As P
Dim value As T
value = instance(index)
property T default[P index] {
T get (P index);
}
Parameters
- index
- Type: P
The element's index (zero-based).
Return Value
Type:
TThe element, if it was found.
Exceptions See Also