WordData.GetMemoryWord C# (CSharp) Method

GetMemoryWord() public method

public GetMemoryWord ( ) : string
return string
    public string GetMemoryWord()
    {
        if (this.memory==true) {
            return word;
        } else {
            return translation;
        }
    }