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
NList
C# 클래스 Tools.NList
파일 보기
프로젝트 열기: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
m_next
NList
m_node
NfaNode
공개 메소드들
메소드
설명
Add
(
NfaNode
n
) :
bool
NList
( ) :
System
NList
(
NfaNode
nd
,
NList
nx
) :
System
메소드 상세
Add()
공개
메소드
public
Add
(
NfaNode
n
) :
bool
n
NfaNode
리턴
bool
NList()
공개
메소드
public
NList
( ) :
System
리턴
System
NList()
공개
메소드
public
NList
(
NfaNode
nd
,
NList
nx
) :
System
nd
NfaNode
nx
NList
리턴
System
프로퍼티 상세
m_next
공개적으로 프로퍼티
public
NList,Tools
m_next
리턴
NList
m_node
공개적으로 프로퍼티
public
NfaNode,Tools
m_node
리턴
NfaNode