Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
System
Text
RegularExpressions
Interpreter.RepeatContext
C# Class System.Text.RegularExpressions.Interpreter.RepeatContext
Exibir arquivo
Open project: runefs/Marvin
Public Methods
Method
Description
RepeatContext
(
RepeatContext
previous
,
int
min
,
int
max
,
bool
lazy
,
int
expr_pc
) :
System
Method Details
RepeatContext()
public
method
public
RepeatContext
(
RepeatContext
previous
,
int
min
,
int
max
,
bool
lazy
,
int
expr_pc
) :
System
previous
RepeatContext
min
int
max
int
lazy
bool
expr_pc
int
return
System