Remove an Element From 1-Dimensional Array

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top