EyeshotKeyedCollection<T>.Item (System.Int32) Property

Gets or sets the element at the specified index.
Public Overridable Shadows Property Item( _ 
ByVal index As Integer
) As T
This language is not supported or no code example is available.
new public virtual T this[ 
int index 
] {get; set;}
This language is not supported or no code example is available.

Parameters

index
int

The zero-based index of the element to get or set.

Property Value

T

The object at the specified idex.

Exception type Condition

EyeshotException

Thrown when an element at the specified index does not exist.

.NET Framework

Supported in: 4.8

In this article

Definition