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.
Removes the element at the specified index of the Collection(T). Clears owner for the item being removed.
Namespace: CodeJam.CollectionsAssembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
protected override void RemoveItem( int index )
VB
Protected Overrides Sub RemoveItem ( index As Integer )
F#
abstract RemoveItem : index : int -> unit override RemoveItem : index : int -> unit
OwnedCollectionBase(TOwner, TItem) ClassCodeJam.Collections Namespace