C# Class MpcLib.Circuits.GateAddress

Mostra file Open project: mahdiz/mpclib Class Usage Examples

Public Properties

Property Type Description
Gate Gate
Port int

Public Methods

Method Description
Equals ( object obj ) : bool
GateAddress ( Gate gate, int port ) : System
GetHashCode ( ) : int
ToString ( ) : string

Method Details

Equals() public method

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

GateAddress() public method

public GateAddress ( Gate gate, int port ) : System
gate Gate
port int
return System

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

Property Details

Gate public_oe property

public Gate,MpcLib.Circuits Gate
return Gate

Port public_oe property

public int Port
return int