IPluginStorageAdd Method

Adds a new value for the current plug-in and the specified key.

Definition

Namespace: SMath.Extensibility
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
void Add(
	string key,
	Object value
)

Parameters

key  String
Key to add the value for.
value  Object
Value to add.

See Also