We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Replaces the element at the specified index. Sets owner for the items being added. Clears owner for the item being removed.
Namespace: CodeJam.CollectionsAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
protected override void SetItem( int index, TItem item )
VB
Protected Overrides Sub SetItem ( index As Integer, item As TItem )
F#
abstract SetItem : index : int * item : 'TItem -> unit override SetItem : index : int * item : 'TItem -> unit
OwnedCollectionBase(TOwner, TItem) ClassCodeJam.Collections Namespace