AppStore.Models.Question.getOptionNumber C# (CSharp) Method

getOptionNumber() public method

Gets the OptionNumber of the current QuizModel Object
public getOptionNumber ( ) : int
return int
        public int getOptionNumber()
        {
            return mOptionNumber;
        }