C# 클래스 Brunet.Transport.SimulationTransportAddress

상속: TransportAddress
파일 보기 프로젝트 열기: johnynek/brunet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ID int

보호된 프로퍼티들

프로퍼티 타입 설명
_type TAType

공개 메소드들

메소드 설명
Equals ( object o ) : bool
GetHashCode ( ) : int
SimulationTransportAddress ( int id ) : System
SimulationTransportAddress ( string s ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SimulationTransportAddress() 공개 메소드

public SimulationTransportAddress ( int id ) : System
id int
리턴 System

SimulationTransportAddress() 공개 메소드

public SimulationTransportAddress ( string s ) : System
s string
리턴 System

프로퍼티 상세

ID 공개적으로 프로퍼티

public int ID
리턴 int

_type 보호되어 있는 프로퍼티

protected TAType _type
리턴 TAType