C# 클래스 Auto.Server.Account

파일 보기 프로젝트 열기: fingerpasswang/Phial.Fantasy

공개 프로퍼티들

프로퍼티 타입 설명
Pid System.UInt64
TestArr System.UInt64[]
TestDict UInt32[]>.Dictionary
TestList List>
User String

공개 메소드들

메소드 설명
Read ( BinaryReader br ) : Account
ToString ( ) : string
Write ( BinaryWriter bw ) : void

메소드 상세

Read() 공개 메소드

public Read ( BinaryReader br ) : Account
br System.IO.BinaryReader
리턴 Account

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Write() 공개 메소드

public Write ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
리턴 void

프로퍼티 상세

Pid 공개적으로 프로퍼티

public UInt64,System Pid
리턴 System.UInt64

TestArr 공개적으로 프로퍼티

public UInt64[],System TestArr
리턴 System.UInt64[]

TestDict 공개적으로 프로퍼티

public Dictionary TestDict
리턴 UInt32[]>.Dictionary

TestList 공개적으로 프로퍼티

public List> TestList
리턴 List>

User 공개적으로 프로퍼티

public String User
리턴 String