LoadDictionary() public méthode

public LoadDictionary ( string dictionaryPath ) : object>.Dictionary
dictionaryPath string
Résultat object>.Dictionary
Exemple #1
0
 public void Run()
 {
     if (replicaRun)
     {
         Run(ioHelper.LoadDictionary(dictionaryPath));
     }
     else
     {
         Run(null);
     }
 }
Exemple #2
0
 public void Go()
 {
     if (replicaRun)
     {
         Go(ioHelper.LoadDictionary(dictionaryPath));
     }
     else
     {
         Go(null);
     }
 }