AppStore.Models.WordModel.getWord C# (CSharp) Method

getWord() public method

Gets the word with the WordModel object.
public getWord ( ) : string
return string
        public string getWord()
        {
            return mWord;
        }