C# Class AK.F1.Timing.Message

Afficher le fichier Open project: simoneb/ak-f1-timing Class Usage Examples

Méthodes publiques

Свойство Type Description
Empty Message

Méthodes publiques

Méthode Description
Accept ( IMessageVisitor visitor ) : void

Accepts the specified AK.F1.Timing.IMessageVisitor.

Méthodes protégées

Méthode 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 méthode

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

Repr() protected méthode

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.
Résultat string

Property Details

Empty public_oe static_oe property

Defines an empty message. This field is .
public static Message Empty
Résultat Message