C# 클래스 MpcLib.Circuits.GateAddress

파일 보기 프로젝트 열기: mahdiz/mpclib 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Gate Gate
Port int

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GateAddress ( Gate gate, int port ) : System
GetHashCode ( ) : int
ToString ( ) : string

메소드 상세

Equals() 공개 메소드

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

GateAddress() 공개 메소드

public GateAddress ( Gate gate, int port ) : System
gate Gate
port int
리턴 System

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Gate 공개적으로 프로퍼티

public Gate,MpcLib.Circuits Gate
리턴 Gate

Port 공개적으로 프로퍼티

public int Port
리턴 int