C# Class System.ComponentModel.DescriptionAttribute

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

Méthodes publiques

Свойство Type Description
Default System.ComponentModel.DescriptionAttribute

Méthodes publiques

Méthode Description
DescriptionAttribute ( )
DescriptionAttribute ( string description )
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsDefaultAttribute ( ) : bool

Method Details

DescriptionAttribute() public méthode

DescriptionAttribute() public méthode

public DescriptionAttribute ( string description )
description 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

IsDefaultAttribute() public méthode

public IsDefaultAttribute ( ) : bool
Résultat bool

Property Details

Default public_oe static_oe property

public static System.ComponentModel.DescriptionAttribute Default
Résultat System.ComponentModel.DescriptionAttribute