IniKeyCollectionRemove(String) Method

Removes a IniKey from the IniKeyCollection.

Definition

Namespace: DevCase.Core.Application.UserSettings
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public void Remove(
	string keyName
)

Parameters

keyName  String
The key to remove.

Exceptions

ArgumentException Key doesn't exists.;keyName

See Also