Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
Accept ( IMessageVisitor visitor ) : void | ||
SetDriverLapNumberMessage ( int driverId, int lapNumber ) : System |
Initialises a new instance of the SetDriverLapNumberMessage class and specifies if the Id of the driver and the lap number.
|
|
ToString ( ) : string |
public Accept ( IMessageVisitor visitor ) : void | ||
visitor | IMessageVisitor | |
Résultat | void |
public SetDriverLapNumberMessage ( int driverId, int lapNumber ) : System | ||
driverId | int | The Id of the driver. |
lapNumber | int | The driver's new lap number. |
Résultat | System |