コード例 #1
0
 public MainTag(WordInf word)
 {
     this.word = new WordInf(word.Word, word.WordSpeechPart, word.WordGender, word.IsSingleDigit, word.IsPositiveMeaning);
 }
コード例 #2
0
 public ChildEntity(WordInf word)
 {
     this.word = word;
 }