 | ConfigurationRemoveKey Method |
Removes the specified key and its associated value from the configuration.
Namespace: spaar.ModLoaderAssembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static bool RemoveKey(
string key
)
Parameters
- key
- Type: SystemString
The key to remove
Return Value
Type:
Booleantrue if the element is successfully found and removed;
otherwise, false
See Also