How can I check the values store on Arraylist before I insert a new values in c# -


i have problem on how can check first if values store on arraylist before insert on arraylist.

you can use arraylist.contains method.

but better consider using list<t> class instead of arraylist.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -