EyeshotKeyedCollection<T>.SetItem Method

Replaces the item at the specified index with the specified item.
Protected Overrides Sub SetItem( _ 
ByVal index As Integer, _ 
ByVal item As T _ 
)
This language is not supported or no code example is available.
protected override void SetItem( 
int index
T item 
)
This language is not supported or no code example is available.

Parameters

index
int

The zero-based index of the item to be replaced.

item
T

The new item.

.NET Framework

Supported in: 4.8

In this article

Definition