protected override void RemoveItem(
	int index
)Protected Overrides Sub RemoveItem ( 
	index As Integer
)protected:
virtual void RemoveItem(
	int index
) overridefunction RemoveItem(index);| ArgumentOutOfRangeException | index is less than zero. -or- index is equal to or greater than Count. |