C# 클래스 System.Configuration.ConfigurationConverterBase

상속: System.ComponentModel.TypeConverter
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

메소드 설명
CanConvertFrom ( ITypeDescriptorContext ctx, Type type ) : bool
CanConvertTo ( ITypeDescriptorContext ctx, Type type ) : bool

비공개 메소드들

메소드 설명
ValidateType ( object value, Type expected ) : void

메소드 상세

CanConvertFrom() 공개 메소드

public CanConvertFrom ( ITypeDescriptorContext ctx, Type type ) : bool
ctx ITypeDescriptorContext
type System.Type
리턴 bool

CanConvertTo() 공개 메소드

public CanConvertTo ( ITypeDescriptorContext ctx, Type type ) : bool
ctx ITypeDescriptorContext
type System.Type
리턴 bool