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

TypeIdAttribute() public method

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.
return System
        public TypeIdAttribute(byte id)
        {
            Id = id;
        }
TypeIdAttribute