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 -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -