linked list - ListView adapter LinkedList<class> -
i have problem code. have class:
public static class categoria{ int id; string descr; }
and linked list of class:
list<categoria> categorie=new linkedlist<categoria>();
i need create listview contains values of field "descr" of list.
how can it?
thanks, andrea
Comments
Post a Comment