C# Class Auto.Client.TestDerived11Class

Inheritance: TestDerived1Class
Mostrar archivo Open project: fingerpasswang/Phial.Fantasy Class Usage Examples

Public Properties

Property Type Description
derived11Id System.Int32

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

Property Details

derived11Id public_oe property

public Int32,System derived11Id
return System.Int32