Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Eocron
Core
Ast
GroupQuantifiers
CaptureQuantifier
C# 클래스 Eocron.Core.Ast.GroupQuantifiers.CaptureQuantifier
상속:
QuantifierBase
파일 보기
프로젝트 열기: eocron/ORegex
공개 프로퍼티들
프로퍼티
타입
설명
CaptureId
int
CaptureName
string
공개 메소드들
메소드
설명
CaptureQuantifier
(
string
originalString
,
int
id
)
IsCapture
(
string
str
) :
bool
메소드 상세
CaptureQuantifier()
공개
메소드
public
CaptureQuantifier
(
string
originalString
,
int
id
)
originalString
string
id
int
IsCapture()
공개
정적인
메소드
public
static
IsCapture
(
string
str
) :
bool
str
string
리턴
bool
프로퍼티 상세
CaptureId
공개적으로 프로퍼티
public
int
CaptureId
리턴
int
CaptureName
공개적으로 프로퍼티
public
string
CaptureName
리턴
string