Exemple #1
0
 public static bool IsKeyword4(string s)
 {
     return(_keywords4.ContainsKey(s));
 }
Exemple #2
0
 public static bool IsKeyword4(String s)
 {
     return(kw4.ContainsKey(s));
 }