TokenCharacterKind Enum

Definition

Represents classes of characters on which a token filter can operate.

public enum TokenCharacterKind
type TokenCharacterKind = 
Public Enum TokenCharacterKind
Inheritance
TokenCharacterKind

Fields

Digit 1

Keeps digits in tokens.

Letter 0

Keeps letters in tokens.

Punctuation 3

Keeps punctuation in tokens.

Symbol 4

Keeps symbols in tokens.

Whitespace 2

Keeps whitespace in tokens.

Applies to