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: 2.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