skip to main
|
skip to sidebar
Array In Csharp
Saturday, May 30, 2009
Remove some items from ArrayList
// Remove some items from ArrayList
int count = myArrayList.Count;
for(int i=0; i
someValue)
{
myArrayList.RemoveAt(i);
count--;
} else {
i++;
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Followers
About Me
Avinash Tiwari
View my complete profile
No comments:
Post a Comment