Adds values to the SkipCharsCollection.

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

Syntax

C#
[ObsoleteAttribute]
public void SkipInsideChars(
	char p,
	char q
)
Visual Basic (Declaration)
<ObsoleteAttribute> _
Public Sub SkipInsideChars ( _
	p As Char, _
	q As Char _
)

Parameters

p
Type: System..::.Char
Value that bounds checking text from left.
q
Type: System..::.Char
Value that bounds checking text from right.

See Also