C# Class Auto.Client.TestDerived11Class

Inheritance: TestDerived1Class
Afficher le fichier Open project: fingerpasswang/Phial.Fantasy Class Usage Examples

Méthodes publiques

Свойство Type Description
derived11Id System.Int32

Méthodes publiques

Méthode Description
Read ( BinaryReader br ) : TestDerived11Class
ReadImpl ( BinaryReader br ) : TestDerived11Class
ToString ( ) : string
Write ( BinaryWriter bw ) : void

Method Details

Read() public méthode

public Read ( BinaryReader br ) : TestDerived11Class
br System.IO.BinaryReader
Résultat TestDerived11Class

ReadImpl() public méthode

public ReadImpl ( BinaryReader br ) : TestDerived11Class
br System.IO.BinaryReader
Résultat TestDerived11Class

ToString() public méthode

public ToString ( ) : string
Résultat string

Write() public méthode

public Write ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
Résultat void

Property Details

derived11Id public_oe property

public Int32,System derived11Id
Résultat System.Int32