C# Class Auto.Server.TestDerived11Class

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

Public Methods

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

Method Details

Read() public method

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

ReadImpl() public method

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

ToString() public method

public ToString ( ) : string
return string

Write() public method

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