Remove an Element From 1-Dimensional Array

  • Thread starter Thread starter vinoth
  • Start date Start date
V

vinoth

Hi

I have an One Dimensional Array.

object[] paramList = new object[4];

i want to remove the 0 index from array. Like in the arrayList there
is a method for RemoveAt(int index).

How can i do this?

Thanks
Vinoth
 
Back
Top