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

getAnswerOption() public method

Gets the AnswerOption of the current QuizModel Object
public getAnswerOption ( ) : List
return List
        public List<string> getAnswerOption()
        {
            return mAnswerOption;
        }