C# Class LogStreamer.Message.TablePos

Inheritance: Message
Afficher le fichier Open project: StarcounterPrefabs/LogStreamer

Méthodes publiques

Свойство Type Description
Pos ulong
Table string

Méthodes publiques

Méthode Description
Serialize ( Serializer wr ) : void
TablePos ( Deserializer rd ) : System
TablePos ( string table, ulong pos ) : System

Method Details

Serialize() public méthode

public Serialize ( Serializer wr ) : void
wr Serializer
Résultat void

TablePos() public méthode

public TablePos ( Deserializer rd ) : System
rd Deserializer
Résultat System

TablePos() public méthode

public TablePos ( string table, ulong pos ) : System
table string
pos ulong
Résultat System

Property Details

Pos public_oe property

public ulong Pos
Résultat ulong

Table public_oe property

public string Table
Résultat string