public ILLanguage(ILLanguageDecompilerSettings langSettings, bool detectControlStructure) { this.langSettings = langSettings; this.detectControlStructure = detectControlStructure; }
public ILLanguage(ILLanguageDecompilerSettings langSettings) : this(langSettings, true) { }