C# Class Auto.Server.TestDerived1Class

Inheritance: TestBaseClass
Show file Open project: fingerpasswang/Phial.Fantasy Class Usage Examples

Public Methods

Method Description
Read ( BinaryReader br ) : TestDerived1Class
ReadImpl ( BinaryReader br ) : TestDerived1Class
ToString ( ) : string
Write ( BinaryWriter bw ) : void

Method Details

Read() public method

public Read ( BinaryReader br ) : TestDerived1Class
br System.IO.BinaryReader
return TestDerived1Class

ReadImpl() public method

public ReadImpl ( BinaryReader br ) : TestDerived1Class
br System.IO.BinaryReader
return TestDerived1Class

ToString() public method

public ToString ( ) : string
return string

Write() public method

public Write ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
return void