Removes specified char from the SeparateChars array.

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

Syntax

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

Parameters

c
Type: System..::.Char
Char to remove.

See Also