pub trait ConfigurationSectionExtensions { fn exists(&self) -> bool; }
Defines extension methods for the ConfigurationSection trait.
Gets a value indicating whether the configuration section exists.
A configuration section is considered nonexistent if it has no value and no children