C# 클래스 System.Configuration.ConfigurationConverterBase
파일 보기
프로젝트 열기: gbarnett/shared-source-cli-2.0
공개 메소드들
메소드 |
설명 |
|
CanConvertFrom ( ITypeDescriptorContext ctx, Type type ) : bool |
|
|
CanConvertTo ( ITypeDescriptorContext ctx, Type type ) : bool |
|
|
비공개 메소드들
메소드 상세
public CanConvertFrom ( ITypeDescriptorContext ctx, Type type ) : bool |
ctx |
ITypeDescriptorContext |
|
type |
System.Type |
|
리턴 |
bool |
|
public CanConvertTo ( ITypeDescriptorContext ctx, Type type ) : bool |
ctx |
ITypeDescriptorContext |
|
type |
System.Type |
|
리턴 |
bool |
|