C# Class Auto.Server.Account

Afficher le fichier Open project: fingerpasswang/Phial.Fantasy

Méthodes publiques

Свойство Type Description
Pid System.UInt64
TestArr System.UInt64[]
TestDict UInt32[]>.Dictionary
TestList List>
User String

Méthodes publiques

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

Method Details

Read() public méthode

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

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

Pid public_oe property

public UInt64,System Pid
Résultat System.UInt64

TestArr public_oe property

public UInt64[],System TestArr
Résultat System.UInt64[]

TestDict public_oe property

public Dictionary TestDict
Résultat UInt32[]>.Dictionary

TestList public_oe property

public List> TestList
Résultat List>

User public_oe property

public String User
Résultat String