MpcLib.Circuits.OutputGateAddress.OutputGateAddress C# (CSharp) Method

OutputGateAddress() public method

public OutputGateAddress ( Gate gate, int port ) : System
gate Gate
port int
return System
        public OutputGateAddress(Gate gate, int port)
            : base(gate, port)
        {
        }