ContainsKey
Summary
public bool ContainsKey(string section, string name)
Determines whether a configuration key (section/key) exists in the currently parsed configuration.
Returns
Parameters
Summary
public bool ContainsKey(MyIniKey key)
Determines whether a configuration key (section/key) exists in the currently parsed configuration.
Returns
Parameters
- MyIniKey key