C# 클래스 AK.F1.Timing.Serialization.TypeIdAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: simoneb/ak-f1-timing 1 사용 예제들

공개 메소드들

메소드 설명
TypeIdAttribute ( byte id ) : System

Initialises a new instance of the TypeIdAttribute class and specifies the identifier of the decorated type.

메소드 상세

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