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

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

Public Methods

Method Description
PropertyIdAttribute ( byte id ) : System

Initialises a new instance of the PropertyIdAttribute class and specifies the identifier of the decorated property.

Method Details

PropertyIdAttribute() public method

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