Hi, I am trying to declare a static enum as follows:
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace Lds.CM.MyApp.Controllers { public class MenuBarsController : Controller {
βBut I get the following error:β The static modifier is not valid for this element. βI know this is simple, but I don't see a problem. Thanks a lot!
enums c # static
RayLoveless Dec 31 '10 at 3:25 2010-12-31 03:25
source share