C# Class Illusion.TypeDescriptor

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

Méthodes publiques

Méthode Description
GetConverter ( Type type ) : TypeConverter

Returns a type converter for the specified type.

Method Details

GetConverter() public static méthode

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