Method ContainsKey
- Namespace
- Sisk.IniConfiguration
- Assembly
- Sisk.IniConfiguration.dll
ContainsKey(string)
Gets an boolean indicating if the specified key/property name is defined in this IniSection.
public bool ContainsKey(string key)
Parameters
key
stringThe property name.