AK.F1.Timing.Serialization.PropertyIdAttribute.PropertyIdAttribute C# (CSharp) Метод

PropertyIdAttribute() публичный Метод

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.
Результат System
        public PropertyIdAttribute(byte id)
        {
            Id = id;
        }
PropertyIdAttribute