WordData.GetMemoryWord C# (CSharp) Méthode

GetMemoryWord() public méthode

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