C# Class System.ComponentModel.ExtenderProvidedPropertyAttribute

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

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
ExtenderProvidedPropertyAttribute ( ) : System
GetHashCode ( ) : int
IsDefaultAttribute ( ) : bool

Private Methods

Méthode Description
Create ( PropertyDescriptor extenderProperty, Type receiverType, IExtenderProvider provider ) : ExtenderProvidedPropertyAttribute

Method Details

Equals() public méthode

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

ExtenderProvidedPropertyAttribute() public méthode

public ExtenderProvidedPropertyAttribute ( ) : System
Résultat System

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsDefaultAttribute() public méthode

public IsDefaultAttribute ( ) : bool
Résultat bool