System.Configuration.SectionInformation.SectionInformation C# (CSharp) 메소드

SectionInformation() 개인적인 메소드

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