Beispiel #1
0
 public void AddCollection(ICollection c, EWordType e)
 {
     foreach (string text1 in c)
     {
         this.values[text1] = e;
     }
 }
Beispiel #2
0
 public void AddCollection(ICollection c, EWordType e)
 {
     foreach (string text1 in c)
     {
         this.values[text1] = e;
     }
 }
Beispiel #3
0
 public void AddWord(string s, EWordType e)
 {
     this.values[s] = e;
 }
Beispiel #4
0
 public void AddWord(string s, EWordType e)
 {
     this.values[s] = e;
 }