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;
		}