Click or drag to resize

SolutionGlobalSectionRemoveKey Method

Remove the key-value pair with the specified key.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void RemoveKey(
	string key
)

Parameters

key
Type: SystemString
See Also