C# Class AK.F1.Timing.Messages.Driver.DriverMessageBase

Inheritance: Message
Afficher le fichier Open project: simoneb/ak-f1-timing Class Usage Examples

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
DriverMessageBase ( int driverId ) : System

Initialises a new instance of the DriverMessageBase class and specifies the Id of the driver the message relates to.

Method Details

DriverMessageBase() protected méthode

Initialises a new instance of the DriverMessageBase class and specifies the Id of the driver the message relates to.
/// Thrown when is not positive. ///
protected DriverMessageBase ( int driverId ) : System
driverId int The Id of the driver the message is related to.
Résultat System