how to clear an array

Posted by LIX on Stack Overflow See other posts from Stack Overflow or by LIX
Published on 2010-04-20T08:04:17Z Indexed on 2010/04/20 8:13 UTC
Read the original article Hit count: 239

Filed under:
|

Dears,
I have a global variable int [ ]
I want to clear its data and fill it again in a loop what should I do in C#? thank you

© Stack Overflow or respective owner

Related posts about arrays

Related posts about c#