C# 클래스 Candor.LexicalCharacterSet

Defines a character set of which can be used to increment a string.
파일 보기 프로젝트 열기: michael-lang/candor-common 1 사용 예제들

공개 메소드들

메소드 설명
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