コード例 #1
0
 public bool Read(System.IO.StreamReader sr)
 {
     Type = sr.ReadLineEnumAsString <PronuinciationType>();
     PronunciationText = sr.ReadLine().DecodeLineSerilisable();
     Notes             = sr.ReadLine().DecodeLineSerilisable();
     return(true);
 }