Click or drag to resize

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; }

Parameters

index
Type: P
The element's index (zero-based).

Return Value

Type: T
The element, if it was found.
Exceptions
ExceptionCondition
InvocationExceptionWill be thrown if invocation fails.
WebExceptionWill be thrown if there are network problems.
See Also