Exemple #1
0
 public Entry(SetPath setPath, int lineNum, List <string> words, List <string> translations)
 {
     SetPath      = setPath;
     LineNum      = lineNum;
     Words        = words;
     Translations = translations;
 }
Exemple #2
0
 public Set(SetPath setPath, List <Entry> entries) : this(new List <SetPath> {
     setPath
 }, entries)
 {
 }