C# Class System.ComponentModel.TypeConverterAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Свойство Type Description
Default TypeConverterAttribute

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
TypeConverterAttribute ( ) : System.Diagnostics
TypeConverterAttribute ( Type type ) : System.Diagnostics
TypeConverterAttribute ( string typeName ) : System.Diagnostics

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

TypeConverterAttribute() public méthode

public TypeConverterAttribute ( ) : System.Diagnostics
Résultat System.Diagnostics

TypeConverterAttribute() public méthode

public TypeConverterAttribute ( Type type ) : System.Diagnostics
type System.Type
Résultat System.Diagnostics

TypeConverterAttribute() public méthode

public TypeConverterAttribute ( string typeName ) : System.Diagnostics
typeName string
Résultat System.Diagnostics

Property Details

Default public_oe static_oe property

public static TypeConverterAttribute,System.ComponentModel Default
Résultat TypeConverterAttribute