AppendCharacter

WordPattern.AppendCharacter method

Appends a character to the word pattern.

public void AppendCharacter(char character)
Parameter Type Description
character Char The character to append.

See Also