C# 클래스 Alexandria.Engines.Unreal.TypeProcessorAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: Burton-Radons/Alexandria 1 사용 예제들

공개 메소드들

메소드 설명
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