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