Click or drag to resize

cssEntryDefinitionRemove Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes the specified key.

Namespace:  imbSCI.Core.style.css
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void Remove(
	string key
)
Request Example View Source

Parameters

key
Type: SystemString
The key.
See Also