C# Class Rhino.Regexp.REGlobalData

Afficher le fichier Open project: hazzik/Rhino.Net Class Usage Examples

Private Methods

Méthode 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