C# 클래스 DefaultNamespace.Vertex

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Adjacent DefaultNamespace.Vertex[]
Edges Edge[]
Name int
Next Vertex
Num_Edges 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[],DefaultNamespace Adjacent
리턴 DefaultNamespace.Vertex[]

Edges 공개적으로 프로퍼티

public Edge[] Edges
리턴 Edge[]

Name 공개적으로 프로퍼티

public int Name
리턴 int

Next 공개적으로 프로퍼티

public Vertex,DefaultNamespace Next
리턴 Vertex

Num_Edges 공개적으로 프로퍼티

public int Num_Edges
리턴 int