internal TestConfigFileParserCacheAdmin(TestCacheAdminCLI _enclosing) : base(_enclosing) { this._enclosing = _enclosing; }
public CLITestCmdCacheAdmin(TestCacheAdminCLI _enclosing, string str, CLICommandTypes type) : base(str, type) { this._enclosing = _enclosing; }