C# Class Brunet.Transport.SimulationTransportAddress

Inheritance: TransportAddress
Show file Open project: johnynek/brunet Class Usage Examples

Public Properties

Property Type Description
ID int

Protected Properties

Property Type Description
_type TAType

Public Methods

Method Description
Equals ( object o ) : bool
GetHashCode ( ) : int
SimulationTransportAddress ( int id ) : System
SimulationTransportAddress ( string s ) : System

Method Details

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

SimulationTransportAddress() public method

public SimulationTransportAddress ( int id ) : System
id int
return System

SimulationTransportAddress() public method

public SimulationTransportAddress ( string s ) : System
s string
return System

Property Details

ID public property

public int ID
return int

_type protected property

protected TAType _type
return TAType