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

getDescription() public method

Gets the description with the WordModel object.
public getDescription ( ) : string
return string
        public string getDescription()
        {
            return mDescription;
        }