Skip to content

M_CodeJam_Collections_OwnedCollectionBase_2_RemoveItem

Andrew Koryavchenko edited this page Jul 4, 2017 · 2 revisions

OwnedCollectionBase(TOwner, TItem).RemoveItem Method

Removes the element at the specified index of the Collection(T). Clears owner for the item being removed.

Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

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 

Parameters

 

index
Type: System.Int32
The zero-based index of the element to remove.

See Also

Reference

OwnedCollectionBase(TOwner, TItem) Class
CodeJam.Collections Namespace

Clone this wiki locally