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

Inheritance: System.Attribute
Afficher le fichier Open project: simoneb/ak-f1-timing Class Usage Examples

Méthodes publiques

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

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