C# Класс Candor.LexicalCharacterSet

Defines a character set of which can be used to increment a string.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
FindNext ( char after, bool ignoreCase ) : char

Finds the next character in this set after a given character.

LexicalCharacterSet ( String name, Int32 caseInsensitiveLength, IEnumerable chars ) : System

Creates a new character set.

LexicalCharacterSet ( String name, Int32 caseInsensitiveLength, IList chars ) : System

Creates a new character set.

Описание методов

FindNext() публичный метод

Finds the next character in this set after a given character.
public FindNext ( char after, bool ignoreCase ) : char
after char
ignoreCase bool
Результат char

LexicalCharacterSet() публичный метод

Creates a new character set.
public LexicalCharacterSet ( String name, Int32 caseInsensitiveLength, IEnumerable chars ) : System
name String
caseInsensitiveLength System.Int32
chars IEnumerable
Результат System

LexicalCharacterSet() публичный метод

Creates a new character set.
public LexicalCharacterSet ( String name, Int32 caseInsensitiveLength, IList chars ) : System
name String
caseInsensitiveLength System.Int32
chars IList
Результат System