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

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

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

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