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

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

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