C# Class DefaultNamespace.Edge

Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Properties

Property Type Description
Next Edge
Weight int
v1 Vertex

Public Methods

Method Description
AddEdge ( Edge x, Edge y ) : void
Edge ( Vertex n1, Vertex n2 ) : System

Method Details

AddEdge() public method

public AddEdge ( Edge x, Edge y ) : void
x Edge
y Edge
return void

Edge() public method

public Edge ( Vertex n1, Vertex n2 ) : System
n1 Vertex
n2 Vertex
return System

Property Details

Next public property

public Edge Next
return Edge

Weight public property

public int Weight
return int

v1 public property

public Vertex,DefaultNamespace v1
return Vertex