C# 클래스 Rhino.Regexp.REGlobalData

파일 보기 프로젝트 열기: hazzik/Rhino.Net 1 사용 예제들

비공개 메소드들

메소드 설명
ParensIndex ( int i ) : int

Get start of parenthesis capture contents, -1 for empty.

Get start of parenthesis capture contents, -1 for empty.

ParensLength ( int i ) : int

Get length of parenthesis capture contents.

Get length of parenthesis capture contents.

SetParens ( int i, int index, int length ) : void