System.Configuration.SectionInformation.SectionInformation C# (CSharp) Method

SectionInformation() private method

private SectionInformation ( ) : System.Collections
return System.Collections
		internal SectionInformation ()
		{
			allow_definition = ConfigurationAllowDefinition.Everywhere;
			allow_location = true;
			allow_override = true;
			inherit_on_child_apps = true;
			restart_on_external_changes = true;
		}