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

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

Méthodes publiques

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

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