EyeshotDisposableCollection<T>.Item Property

Gets or sets the item at the specified index.
Public Overrides Property Item( _ 
ByVal index As Integer
) As T
This language is not supported or no code example is available.
public override 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.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition