EyeshotCollection<T>.Item Property

Gets or sets the item at the specified index.
Public Overridable Property Item( _ 
ByVal index As Integer
) As T Implements _ 
IList(Of T).Item, _ 
IReadOnlyList(Of T).Item
This language is not supported or no code example is available.
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 item to get or set

Property Value

T

The item at the specified index.

Implements

IList<T>.Item
IReadOnlyList<T>.Item

.NET Framework

Supported in: 4.8

In this article

Definition