C# 클래스 AK.F1.Timing.Serialization.ObjectWriterExtensions

AK.F1.Timing.Serialization.IObjectWriter extension class. This class is .
파일 보기 프로젝트 열기: simoneb/ak-f1-timing

공개 메소드들

메소드 설명
WriteMessage ( this writer, Message message ) : void

Writes the specified message to the specified writer.

메소드 상세

WriteMessage() 공개 정적인 메소드

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.
리턴 void