Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Default
Vertex
C# 클래스 Default.Vertex
파일 보기
프로젝트 열기: gbarnett/shared-source-cli-2.0
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
Adjacent
Default.Vertex[]
Edges
Edge[]
Name
int
Next
Vertex
Num_Edges
int
count
int
공개 메소드들
메소드
설명
AddVertex
(
Vertex
x
,
Vertex
y
) :
void
DeleteAdjacentEntry
(
int
n
) :
void
Vertex
(
int
val
) :
System
메소드 상세
AddVertex()
공개
메소드
public
AddVertex
(
Vertex
x
,
Vertex
y
) :
void
x
Vertex
y
Vertex
리턴
void
DeleteAdjacentEntry()
공개
메소드
public
DeleteAdjacentEntry
(
int
n
) :
void
n
int
리턴
void
Vertex()
공개
메소드
public
Vertex
(
int
val
) :
System
val
int
리턴
System
프로퍼티 상세
Adjacent
공개적으로 프로퍼티
public
Vertex[],Default
Adjacent
리턴
Default.Vertex[]
Edges
공개적으로 프로퍼티
public
Edge[]
Edges
리턴
Edge[]
Name
공개적으로 프로퍼티
public
int
Name
리턴
int
Next
공개적으로 프로퍼티
public
Vertex,Default
Next
리턴
Vertex
Num_Edges
공개적으로 프로퍼티
public
int
Num_Edges
리턴
int
count
공개적으로 정적으로 프로퍼티
public
static
int
count
리턴
int