Gere uma lista suspensa a partir de dados da matriz usando Razor .NET MVC

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