Click or drag to resize

propertyAnnotationPresetItemDefinitionsAdd Method

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

Namespace:  imbSCI.Core.style.preset
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void Add(
	Object key,
	Object value
)
Request Example View Source

Parameters

key
Type: SystemObject
The key.
value
Type: SystemObject
The value.
See Also