how to populate listbox using list<t> c#

C#
myListBox.DataSource = myList;
Source

Also in C#: