MpcLib.Circuits.OutputGateAddress.OutputGateAddress C# (CSharp) Méthode

OutputGateAddress() public méthode

public OutputGateAddress ( Gate gate, int port ) : System
gate Gate
port int
Résultat System
        public OutputGateAddress(Gate gate, int port)
            : base(gate, port)
        {
        }