C# Class MpcLib.Circuits.InputGateAddress

Inheritance: GateAddress
Afficher le fichier Open project: mahdiz/mpclib Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
InputGateAddress ( Gate gate, int port ) : System

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

InputGateAddress() public méthode

public InputGateAddress ( Gate gate, int port ) : System
gate Gate
port int
Résultat System