Table of Contents

Class BasicEdge

Namespace
Italbytz.Graph
Assembly
Italbytz.Graph.dll
public class BasicEdge : IEdge
Inheritance
BasicEdge
Implements
IEdge
Derived
Inherited Members

Constructors

BasicEdge()

public BasicEdge()

Properties

Source

source

public int Source { get; set; }

Property Value

int

Target

target

public int Target { get; set; }

Property Value

int