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
Post a Comment