C# Class Alexandria.Engines.Unreal.TypeProcessorAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: Burton-Radons/Alexandria Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
TypeProcessorAttribute ( ) : System

Method Details

MustGetTypeProcessor() public static method

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.
return DataProcessor

TypeProcessorAttribute() public method

public TypeProcessorAttribute ( Type type ) : System
type System.Type
return System