C# Class Avro.Test.ExampleProtocol

Show file Open project: thirumg/Avro.NET Class Usage Examples

Public Methods

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

Method Details

ExampleProtocol() public method

public ExampleProtocol ( string protocol, bool valid ) : System
protocol string
valid bool
return System

ExampleProtocol() public method

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