RdlCollection<T>.SetItem(Int32, T) Method

Definition

Replaces an item in the collection.

protected:
 override void SetItem(int index, T item);
protected override void SetItem (int index, T item);
override this.SetItem : int * 'T -> unit
Protected Overrides Sub SetItem (index As Integer, item As T)

Parameters

index
Int32

The index of the item to be replaced.

item
T

The item to be replaced.

Applies to