Trait ConfigurationSectionExtensions

Source
pub trait ConfigurationSectionExtensions {
    // Required method
    fn exists(&self) -> bool;
}
Expand description

Defines extension methods for ConfigurationSection.

Required Methods§

Source

fn exists(&self) -> bool

Gets a value indicating whether the configuration section exists.

§Remarks

A configuration section is considered nonexistent if it has no value and no children

Implementors§