C# Class AK.F1.Timing.Messages.Driver.Gap

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

Public Methods

Method Description
CompareTo ( object obj ) : int

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.

Private Methods

Method Description
Gap ( ) : System

Prevent this class being inherited outside this library.

Method Details

CompareTo() public abstract method

public abstract CompareTo ( object obj ) : int
obj object
return int

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