C# Class Brunet.Transport.Edge.CloseAction

Inheritance: IAction
Show file Open project: pstjuste/brunet

Public Properties

Property Type Description
ToClose Edge

Public Methods

Method Description
CloseAction ( Edge e ) : System
Start ( ) : void

Method Details

CloseAction() public method

public CloseAction ( Edge e ) : System
e Edge
return System

Start() public method

public Start ( ) : void
return void

Property Details

ToClose public property

public Edge ToClose
return Edge