G
Guest
is it possiable to set a enum that conatines more than one word?
for example:
public enum Group
{
Boys=1,
Girls,
Boys And Girls
}
when i'm putting space between two words i get errors, is it possiable? and
if not what can be an alternative option?
thanks
for example:
public enum Group
{
Boys=1,
Girls,
Boys And Girls
}
when i'm putting space between two words i get errors, is it possiable? and
if not what can be an alternative option?
thanks