AppStore.Models.Card.setHint C# (CSharp) Method

setHint() public method

Sets the hint
public setHint ( string mHint ) : void
mHint string
return void
        public void setHint(string mHint)
        {
            this.mHint = mHint;
        }