/// <summary> /// Initializes a new instance of the <see cref="AssemblerConfigurator"/> class. /// </summary> protected AssemblerConfigurator() { _reIsConfigValue = new Regex(@"^\$\(([^\$\(\)]*)\)$", RegexOptions.Compiled); // Create the dictionary for mapping the handlers... _dicConfigMap = new BuildProperties(); _configContent = new ConfiguratorContent(); }
/// <summary> /// Initializes a new instance of the <see cref="ReferenceFilterConfigurator"/> class. /// </summary> public ReferenceFilterConfigurator() { _configContent = new ConfiguratorContent(); }
/// <overloads> /// Initializes a new instance of the <see cref="BuildEngine"/> class. /// </overloads> /// <summary> /// Initializes a new instance of the <see cref="BuildEngine"/> class /// to the default properties or values. /// </summary> protected BuildEngine() { _configContent = new ConfiguratorContent(); }
/// <summary> /// Initializes a new instance of the <see cref="GenericConfigurator"/> class. /// </summary> public GenericConfigurator() { _configContent = new ConfiguratorContent(); }
/// <summary> /// Initializes a new instance of the <see cref="SharedContentConfigurator"/> class. /// </summary> public SharedContentConfigurator() { _ruleContent = new RuleContent(); _sharedContent = new SharedContent(); _configContent = new ConfiguratorContent(); }