Method GetMany
- Namespace
- Sisk.IniConfiguration
- Assembly
- Sisk.IniConfiguration.dll
GetMany(string)
Gets all values defined in this INI section by their property name.
public string[] GetMany(string key)
Parameters
key
stringThe property name.
Returns
- string[]
All values associated with the specified property name.