C# Class AK.F1.Timing.Serialization.ObjectWriterExtensions

AK.F1.Timing.Serialization.IObjectWriter extension class. This class is .
Show file Open project: simoneb/ak-f1-timing

Public Methods

Method Description
WriteMessage ( this writer, Message message ) : void

Writes the specified message to the specified writer.

Method Details

WriteMessage() public static method

Writes the specified message to the specified writer.
/// Thrown when is . ///
public static WriteMessage ( this writer, Message message ) : void
writer this The writer.
message Message The message to write.
return void