C# Class Examples.ExamplesConsole.AdvancedSend.ProtobufCustomObject

Afficher le fichier Open project: MarcFletcher/NetworkComms.Net

Private Properties

Свойство Type Description
ProtobufCustomObject System

Méthodes publiques

Méthode Description
ProtobufCustomObject ( int intValue, string stringValue ) : System

Constructor object for ProtobufCustomObject

Private Methods

Méthode Description
ProtobufCustomObject ( ) : System

Private constructor required for protobuf

Method Details

ProtobufCustomObject() public méthode

Constructor object for ProtobufCustomObject
public ProtobufCustomObject ( int intValue, string stringValue ) : System
intValue int
stringValue string
Résultat System