C# 클래스 AK.F1.Timing.Message

파일 보기 프로젝트 열기: simoneb/ak-f1-timing 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Empty Message

공개 메소드들

메소드 설명
Accept ( IMessageVisitor visitor ) : void

Accepts the specified AK.F1.Timing.IMessageVisitor.

보호된 메소드들

메소드 설명
Repr ( string format ) : string

Returns a System.String representation of this instance using the specified format System.String and format arguments.

메소드 상세

Accept() 공개 추상적인 메소드

Accepts the specified AK.F1.Timing.IMessageVisitor.
/// Thrown when is . ///
public abstract Accept ( IMessageVisitor visitor ) : void
visitor IMessageVisitor The message visitor.
리턴 void

Repr() 보호된 메소드

Returns a System.String representation of this instance using the specified format System.String and format arguments.
/// Thrown when is . /// /// Thrown when the format of is invalid. /// /// Thrown when references an argument not contained within /// . ///
protected Repr ( string format ) : string
format string The format.
리턴 string

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

Defines an empty message. This field is .
public static Message Empty
리턴 Message