I have a class called Questions (plural). In this class there is an enum called Question (singular) which looks like this.
Questions
Question
public e
int number = Question.Role.GetHashCode();
number should have the value 2.
number
2