C# Class MpcLib.Circuits.GateAddress

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

Méthodes publiques

Свойство Type Description
Gate Gate
Port int

Méthodes publiques

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

Method Details

Equals() public méthode

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

GateAddress() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Gate public_oe property

public Gate,MpcLib.Circuits Gate
Résultat Gate

Port public_oe property

public int Port
Résultat int