Method GetEntries
- Namespace
- Sisk.IniConfiguration.Core
- Assembly
- Sisk.IniConfiguration.Core.dll
GetEntries()
Retrieves all entries in the INI document.
public IEnumerable<KeyValuePair<string, string[]>> GetEntries()
Returns
- IEnumerable<KeyValuePair<string, string[]>>
An enumerable collection of key-value pairs, where each key is the entry name and each value is an array of strings representing the entry values.