C# Class AK.F1.Timing.Serialization.TypeIdAttribute

Inheritance: System.Attribute
Show file Open project: simoneb/ak-f1-timing Class Usage Examples

Public Methods

Method Description
TypeIdAttribute ( byte id ) : System

Initialises a new instance of the TypeIdAttribute class and specifies the identifier of the decorated type.

Method Details

TypeIdAttribute() public method

Initialises a new instance of the TypeIdAttribute class and specifies the identifier of the decorated type.
public TypeIdAttribute ( byte id ) : System
id byte The identifier of the decorated type.
return System