C# Класс ToolBox.Serialization.OdinSerializer.CustomGenericFormatterAttribute

Наследование: ToolBox.Serialization.OdinSerializer.CustomFormatterAttribute
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
SerializedGenericTypeDefinition Type

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

Метод Описание
CustomGenericFormatterAttribute ( Type serializedGenericTypeDefinition, int priority ) : System

Initializes a new instance of the CustomGenericFormatterAttribute class.

Описание методов

CustomGenericFormatterAttribute() публичный Метод

Initializes a new instance of the CustomGenericFormatterAttribute class.
was null. The type given in is not a generic type definition.
public CustomGenericFormatterAttribute ( Type serializedGenericTypeDefinition, int priority ) : System
serializedGenericTypeDefinition Type The generic type definition of the serialized type.
priority int The priority of the formatter. Of all the available custom formatters, the formatter with the highest priority is always chosen.
Результат System

Описание свойств

SerializedGenericTypeDefinition публичное свойство

The generic type definition of the serialized type.
public Type SerializedGenericTypeDefinition
Результат Type