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

◆ keys() [2/2]

string_collection xtd::configuration::file_settings::keys ( const xtd::string section) const
noexcept

Gets all keys from a specified section.

Parameters
sectionThe section to get keys.
Returns
The keys collection from the specified section.
Remarks
Use xtd::string::empty_string paramreter to get keys of the global section.