WordData.WordData C# (CSharp) Method

WordData() public method

public WordData ( WordData, wd ) : System.Collections
wd WordData,
return System.Collections
    public WordData(WordData wd)
    {
        this.word = wd.word;
        this.translation = wd.translation;
        this.description = wd.description;
        this.id = wd.id;
    }

Same methods

WordData::WordData ( string word, string translation, string description ) : System.Collections
WordData::WordData ( string word, string translation, string description, uint id ) : System.Collections