Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
System
Text
RegularExpressions
CompiledRegexRunner
C# Class System.Text.RegularExpressions.CompiledRegexRunner
Inheritance:
RegexRunner
Show file
Open project: gbarnett/shared-source-cli-2.0
Class Usage Examples
Protected Methods
Method
Description
FindFirstChar
( ) :
bool
Go
( ) :
void
InitTrackCount
( ) :
void
Private Methods
Method
Description
CompiledRegexRunner
( ) :
System
SetDelegates
(
NoParamDelegate
go
,
FindFirstCharDelegate
firstChar
,
NoParamDelegate
trackCount
) :
void
Method Details
FindFirstChar()
protected
method
protected
FindFirstChar
( ) :
bool
return
bool
Go()
protected
method
protected
Go
( ) :
void
return
void
InitTrackCount()
protected
method
protected
InitTrackCount
( ) :
void
return
void