C# Class Examples.ExamplesConsole.AdvancedSend.ProtobufCustomObject

显示文件 Open project: MarcFletcher/NetworkComms.Net

Private Properties

Property Type Description
ProtobufCustomObject System

Public Methods

Method Description
ProtobufCustomObject ( int intValue, string stringValue ) : System

Constructor object for ProtobufCustomObject

Private Methods

Method Description
ProtobufCustomObject ( ) : System

Private constructor required for protobuf

Method Details

ProtobufCustomObject() public method

Constructor object for ProtobufCustomObject
public ProtobufCustomObject ( int intValue, string stringValue ) : System
intValue int
stringValue string
return System