Namespace:  C1.Win.C1Spell
Assembly:  C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)

Syntax

C#
public void Add(
	Object key,
	string value,
	string description
)
Visual Basic (Declaration)
Public Sub Add ( _
	key As Object, _
	value As String, _
	description As String _
)

Parameters

key
Type: System..::.Object
value
Type: System..::.String
description
Type: System..::.String

See Also