AK.F1.Timing.Serialization.PropertyIdAttribute.PropertyIdAttribute C# (CSharp) Method

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
        public PropertyIdAttribute(byte id)
        {
            Id = id;
        }
PropertyIdAttribute