C# 클래스 NRegex.Block

상속: UnicodeConstants
파일 보기 프로젝트 열기: olabini/nregex 1 사용 예제들

비공개 메소드들

메소드 설명
Add ( Block target, Block addend, bool inv ) : int
Add ( Block targets, Block addends, int from, int to, bool inv ) : int
Block ( ) : System
Block ( bool bits ) : System
CopyBits ( Block block ) : bool[]
Count ( bool arr, int from, int to ) : int
EmptyBits ( bool bits ) : bool[]
FullBits ( bool bits ) : bool[]
Get ( int c ) : bool
Set ( int c ) : bool
Subtract ( Block target, Block subtrahend, bool inv ) : int
Subtract ( Block targets, Block subtrahends, int from, int to, bool inv ) : int
ToBitset2 ( Block blocks ) : bool[][]