ICollectionP, TItem Property |
Gets or sets 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; set; }
Default Property Item (
index As P
) As T
Get
Set
Dim instance As ICollection
Dim index As P
Dim value As T
value = instance(index)
instance(index) = value
property T default[P index] {
T get (P index);
void set (P index, T value);
}
Parameters
- index
- Type: P
The element's index (zero-based).
Return Value
Type:
TThe element, if it was found.
Exceptions See Also