C# Класс Rhino.Regexp.REGlobalData

Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
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