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

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

공개 메소드들

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

Initialises a new instance of the PropertyIdAttribute class and specifies the identifier of the decorated property.

메소드 상세

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