C# 클래스 Illusion.TypeDescriptor

Provides information about the characteristics for a component, such as its attributes, properties, and events. This class cannot be inherited.
파일 보기 프로젝트 열기: kasicass/kasicass

공개 메소드들

메소드 설명
GetConverter ( Type type ) : TypeConverter

Returns a type converter for the specified type.

메소드 상세

GetConverter() 공개 정적인 메소드

Returns a type converter for the specified type.
public static GetConverter ( Type type ) : TypeConverter
type System.Type The System.Type of the target component.
리턴 System.ComponentModel.TypeConverter