Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Tools
Arc
C# 클래스 Tools.Arc
파일 보기
프로젝트 열기: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015
공개 프로퍼티들
프로퍼티
타입
설명
m_ch
char
m_next
NfaNode
공개 메소드들
메소드
설명
Arc
( ) :
System
Arc
(
char
ch
,
NfaNode
next
) :
System
Match
(
char
ch
) :
bool
Print
(
TextWriter
s
) :
void
메소드 상세
Arc()
공개
메소드
public
Arc
( ) :
System
리턴
System
Arc()
공개
메소드
public
Arc
(
char
ch
,
NfaNode
next
) :
System
ch
char
next
NfaNode
리턴
System
Match()
공개
메소드
public
Match
(
char
ch
) :
bool
ch
char
리턴
bool
Print()
공개
메소드
public
Print
(
TextWriter
s
) :
void
s
System.IO.TextWriter
리턴
void
프로퍼티 상세
m_ch
공개적으로 프로퍼티
public
char
m_ch
리턴
char
m_next
공개적으로 프로퍼티
public
NfaNode,Tools
m_next
리턴
NfaNode