Hi, stupid question here. I'm trying to create a helper method, something similar to the radio button list in the MVC futures project (as a learning tool).
I'm trying to convert the C# code:
public static string[] RadioButtonList(this HtmlHelper htmlHelper, string name, IDictionary<string, object> htmlAttributes) {
to a method signature in VB.net, but I'm not sure how to write the first parameter in VB.net, or what you would call this, so I could look it up?