Method | Description | |
---|---|---|
FindNext ( char after, bool ignoreCase ) : char |
Finds the next character in this set after a given character.
|
|
LexicalCharacterSet ( String name, |
Creates a new character set.
|
|
LexicalCharacterSet ( String name, |
Creates a new character set.
|
public FindNext ( char after, bool ignoreCase ) : char | ||
after | char | |
ignoreCase | bool | |
return | char |
public LexicalCharacterSet ( String name, |
||
name | String | |
caseInsensitiveLength | ||
chars | IEnumerable |
|
return | System |
public LexicalCharacterSet ( String name, |
||
name | String | |
caseInsensitiveLength | ||
chars | IList |
|
return | System |