C# Class Illusion.TypeDescriptor

Provides information about the characteristics for a component, such as its attributes, properties, and events. This class cannot be inherited.
Exibir arquivo Open project: kasicass/kasicass

Public Methods

Method Description
GetConverter ( Type type ) : TypeConverter

Returns a type converter for the specified type.

Method Details

GetConverter() public static method

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