Property this
- Namespace
- Sisk.IniConfiguration
- Assembly
- Sisk.IniConfiguration.dll
this[string]
Gets all values associated with the specified property name, performing an case-insensitive search.
public string[] this[string key] { get; }
Parameters
key
stringThe property name.
Property Value
- string[]