Click or drag to resize
ConfigurationRemoveKey Method
Removes the specified key and its associated value from the configuration.

Namespace: spaar.ModLoader
Assembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static bool RemoveKey(
	string key
)

Parameters

key
Type: SystemString
The key to remove

Return Value

Type: Boolean
true if the element is successfully found and removed; otherwise, false
See Also