文字列に下線が引かれた「Expected class, interface, enum or struct」というエラーが表示されるのはなぜですか?
public static string IsSelected(this HtmlHelper helper, string A, string B)
{
return "wtf";
}
文字列に下線が引かれた「Expected class, interface, enum or struct」というエラーが表示されるのはなぜですか?
public static string IsSelected(this HtmlHelper helper, string A, string B)
{
return "wtf";
}