C# Класс AK.F1.Timing.Message

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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