C# Class System.ComponentModel.EditorAttribute

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

Méthodes publiques

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

Method Details

EditorAttribute() public méthode

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

EditorAttribute() public méthode

public EditorAttribute ( Type type, Type baseType ) : System.Diagnostics
type Type
baseType Type
Résultat System.Diagnostics

EditorAttribute() public méthode

public EditorAttribute ( string typeName, Type baseType ) : System.Diagnostics
typeName string
baseType Type
Résultat System.Diagnostics

EditorAttribute() public méthode

public EditorAttribute ( string typeName, string baseTypeName ) : System.Diagnostics
typeName string
baseTypeName string
Résultat System.Diagnostics

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int