Namespace:  C1.Silverlight.SpellChecker
Assembly:  C1.Silverlight.SpellChecker (in C1.Silverlight.SpellChecker.dll)

Syntax

C#
void ICollection<string>.Add(
	string item
)
Visual Basic
Private Sub Add ( _
	item As String _
) Implements ICollection(Of String).Add

Parameters

item
Type: System..::..String

Implements

ICollection<(Of <(<'T>)>)>..::..Add(T)

See Also