C# Класс AK.F1.Timing.Serialization.PropertyIdAttribute

Наследование: System.Attribute
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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