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

Definition

Inserts an item in the collection.

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

Parameters

index
Int32

The location where the item will be inserted.

item
T

The item to insert.

Applies to