C# Класс Alexandria.Engines.Unreal.TypeProcessorAttribute

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

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

Метод Описание
MustGetTypeProcessor ( Type type ) : DataProcessor

Get the DataProcessor for the given System.Type, returning the DataProcessor or throwing a NotSupportedException if there is none registered.

TypeProcessorAttribute ( Type type ) : System

Приватные методы

Метод Описание
TypeProcessorAttribute ( ) : System

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

MustGetTypeProcessor() публичный статический метод

Get the DataProcessor for the given System.Type, returning the DataProcessor or throwing a NotSupportedException if there is none registered.
public static MustGetTypeProcessor ( Type type ) : DataProcessor
type System.Type The to search for a custom processor.
Результат DataProcessor

TypeProcessorAttribute() публичный метод

public TypeProcessorAttribute ( Type type ) : System
type System.Type
Результат System