Appccelerate.Bootstrapper.Specification.Dummies.CustomExtensionWithConfigurationWhichKnowsNameAndWhereToLoadFrom.Apply C# (CSharp) Method

Apply() public method

public Apply ( ConfigurationSection section ) : void
section System.Configuration.ConfigurationSection
return void
        public void Apply(ConfigurationSection section)
        {
            this.AppliedSection = section as FakeConfigurationSection;
        }
CustomExtensionWithConfigurationWhichKnowsNameAndWhereToLoadFrom