Adds new char into the SeparateChars array.

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

Syntax

C#
public void AddCharToSeparateArr(
	char c
)
Visual Basic (Declaration)
Public Sub AddCharToSeparateArr ( _
	c As Char _
)

Parameters

c
Type: System..::.Char
Char to add.

See Also