C# Class Auto.Server.Account

Mostrar archivo Open project: fingerpasswang/Phial.Fantasy

Public Properties

Property Type Description
Pid System.UInt64
TestArr System.UInt64[]
TestDict UInt32[]>.Dictionary
TestList List>
User String

Public Methods

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

Method Details

Read() public method

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

ToString() public method

public ToString ( ) : string
return string

Write() public method

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

Property Details

Pid public_oe property

public UInt64,System Pid
return System.UInt64

TestArr public_oe property

public UInt64[],System TestArr
return System.UInt64[]

TestDict public_oe property

public Dictionary TestDict
return UInt32[]>.Dictionary

TestList public_oe property

public List> TestList
return List>

User public_oe property

public String User
return String