C# 클래스 Castle.MicroKernel.SubSystems.Conversion.ConvertibleAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: castleproject/Windsor

공개 메소드들

메소드 설명
ConvertibleAttribute ( ) : System

Defines the DefaultComplexConverter to be used to convert the type

ConvertibleAttribute ( Type converterType ) : System

Defines the ITypeConverter to be used to convert the type

메소드 상세

ConvertibleAttribute() 공개 메소드

Defines the DefaultComplexConverter to be used to convert the type
public ConvertibleAttribute ( ) : System
리턴 System

ConvertibleAttribute() 공개 메소드

Defines the ITypeConverter to be used to convert the type
public ConvertibleAttribute ( Type converterType ) : System
converterType System.Type
리턴 System