Exemplo n.º 1
0
 public bool SupportLanguage(DexterConfig.LANGUAGE language)
 {
     if (language.Equals(DexterConfig.LANGUAGE.C_SHARP))
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }
Exemplo n.º 2
0
 public CheckerConfig(string toolName, DexterConfig.LANGUAGE language)
 {
     ToolName = toolName;
     Language = language;
 }