C# 클래스 FSO.SimAntics.Model.VMBudget

상속: VMSerializable
파일 보기 프로젝트 열기: RHY3756547/FreeSO

공개 프로퍼티들

프로퍼티 타입 설명
Value uint

공개 메소드들

메소드 설명
CanTransact ( int value ) : bool
Deserialize ( BinaryReader reader ) : void
SerializeInto ( BinaryWriter writer ) : void
Transaction ( int value ) : bool

메소드 상세

CanTransact() 공개 메소드

public CanTransact ( int value ) : bool
value int
리턴 bool

Deserialize() 공개 메소드

public Deserialize ( BinaryReader reader ) : void
reader System.IO.BinaryReader
리턴 void

SerializeInto() 공개 메소드

public SerializeInto ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
리턴 void

Transaction() 공개 메소드

public Transaction ( int value ) : bool
value int
리턴 bool

프로퍼티 상세

Value 공개적으로 프로퍼티

public uint Value
리턴 uint