Click or drag to resize

inlineDictionaryRemove Method

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

Namespace:  imbSCI.Graph.Graphics.SvgAPI.Core
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void Remove(
	string key
)
Request Example View Source

Parameters

key
Type: SystemString
The key.
See Also