System.Configuration.SectionInformation.SectionInformation C# (CSharp) Méthode

SectionInformation() private méthode

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