Avro.Test.ExampleProtocol.ExampleProtocol C# (CSharp) Method

ExampleProtocol() public method

public ExampleProtocol ( string protocol, bool valid ) : System
protocol string
valid bool
return System
        public ExampleProtocol(string protocol, bool valid)
            : this(protocol, valid, string.Empty, string.Empty)
        {

        }

Same methods

ExampleProtocol::ExampleProtocol ( string protocol, bool valid, string name, string comment ) : System
ExampleProtocol