There was an error while loading. Please reload this page.
Inserts an element into the Collection(T) at the specified index. Sets owner for the items being added.
Namespace: CodeJam.CollectionsAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
protected override void InsertItem( int index, TItem item )
VB
Protected Overrides Sub InsertItem ( index As Integer, item As TItem )
F#
abstract InsertItem : index : int * item : 'TItem -> unit override InsertItem : index : int * item : 'TItem -> unit
OwnedCollectionBase(TOwner, TItem) ClassCodeJam.Collections Namespace