C# Class Algorithmix.Edge

Exibir arquivo Open project: Algorithmix/Papyrus

Public Methods

Method Description
Edge ( Shred shred, Direction direction ) : System
New ( Shred shred, Direction direction ) : Edge

Method Details

Edge() public method

public Edge ( Shred shred, Direction direction ) : System
shred Shred
direction Direction
return System

New() public static method

public static New ( Shred shred, Direction direction ) : Edge
shred Shred
direction Direction
return Edge