xtd 0.2.0
Loading...
Searching...
No Matches

◆ key_values() [2/2]

string_dictionary xtd::configuration::file_settings::key_values ( const xtd::string section) const
noexcept

Gets all key-value pairs from a specified section.

Parameters
sectionThe section to get key-value pairs.
Returns
The key-value pairs map from the specified section.
Remarks
Use xtd::string::empty_string paramreter to get key-value pairs of the global section.