C# Class Examples.ExamplesConsole.AdvancedSend.BinaryFormatterCustomObject

ファイルを表示 Open project: MarcFletcher/NetworkComms.Net

Public Methods

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

Constructor object for BinaryFormatterCustomObject

Method Details

BinaryFormatterCustomObject() public method

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