Hasilkan daftar dropdown dari data array menggunakan Razor .net MVC

@Html.DropDownList("myList", ViewBag.myList as SelectList)
Concerned Camel