Public Sub New ( _ _start As Node, _ _end As Node _ )
public Edge( Node _start, Node _end )
public: Edge( Node^ _start, Node^ _end )
FlowMap.Edge = function(_start, _end);