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