Deleting array element

  • Thread starter Thread starter Guest
  • Start date Start date
No, the size of arrays cannot be changed. You can, however, set the value
to null, or use an ArrayList or some other type of collection.
 

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

Similar Threads

LINQ and related types 2
Split 14
COM Interop and Array Pointers 1
split with multiple blanks 2
even indices of an array 7
Array - delete and replace elements 2
Get/Set Property for Array 13
Logic(Array) in C#(V1.1) 1

Back
Top