C# Класс Illusion.TypeDescriptor

Provides information about the characteristics for a component, such as its attributes, properties, and events. This class cannot be inherited.
Показать файл Открыть проект

Открытые методы

Метод Описание
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