C# Class Rhino.Regexp.REGlobalData

Mostrar archivo Open project: hazzik/Rhino.Net Class Usage Examples

Private Methods

Method Description
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