Summary

public bool ContainsKey(string section, string name)

Determines whether a configuration key (section/key) exists in the currently parsed configuration.

Returns

bool

Parameters

Summary

public bool ContainsKey(MyIniKey key)

Determines whether a configuration key (section/key) exists in the currently parsed configuration.

Returns

bool

Parameters