C# Class FSO.SimAntics.Model.VMBudget

Inheritance: VMSerializable
Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Свойство Type Description
Value uint

Méthodes publiques

Méthode Description
CanTransact ( int value ) : bool
Deserialize ( BinaryReader reader ) : void
SerializeInto ( BinaryWriter writer ) : void
Transaction ( int value ) : bool

Method Details

CanTransact() public méthode

public CanTransact ( int value ) : bool
value int
Résultat bool

Deserialize() public méthode

public Deserialize ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Résultat void

SerializeInto() public méthode

public SerializeInto ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
Résultat void

Transaction() public méthode

public Transaction ( int value ) : bool
value int
Résultat bool

Property Details

Value public_oe property

public uint Value
Résultat uint