C# Class AK.F1.Timing.Message

Show file Open project: simoneb/ak-f1-timing Class Usage Examples

Public Properties

Property Type Description
Empty Message

Public Methods

Method Description
Accept ( IMessageVisitor visitor ) : void

Accepts the specified AK.F1.Timing.IMessageVisitor.

Protected Methods

Method Description
Repr ( string format ) : string

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

Method Details

Accept() public abstract method

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

Repr() protected method

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.
return string

Property Details

Empty public static property

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