Exemple #1
0
 public static string[] Get(this FDHelper help, string key)
 {
     return(help.CharCache.Get(key));
 }
Exemple #2
0
 public static void Clear(this FDHelper help)
 {
     help.CharCache.Clear();
 }
Exemple #3
0
 public static bool ContainsKey(this FDHelper help, string key)
 {
     return(help.CharCache.ContainsKey(key));
 }