Enums are types, not variables. Therefore they are ‘static’ per definition, you dont need the keyword.
public enum ProfileMenuBarTab { MainProfile, Edit, PhotoGallery }
Enums are types, not variables. Therefore they are ‘static’ per definition, you dont need the keyword.
public enum ProfileMenuBarTab { MainProfile, Edit, PhotoGallery }