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

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -