C# Class System.ComponentModel.CategoryAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
CategoryAttribute ( )
CategoryAttribute ( string category )
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsDefaultAttribute ( ) : bool

Méthodes protégées

Méthode Description
GetLocalizedString ( string value ) : string

Method Details

CategoryAttribute() public méthode

public CategoryAttribute ( )

CategoryAttribute() public méthode

public CategoryAttribute ( string category )
category string

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetLocalizedString() protected méthode

protected GetLocalizedString ( string value ) : string
value string
Résultat string

IsDefaultAttribute() public méthode

public IsDefaultAttribute ( ) : bool
Résultat bool