C# Class System.ComponentModel.ProvidePropertyAttribute

Inheritance: 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
GetHashCode ( ) : int
ProvidePropertyAttribute ( string propertyName, Type receiverType ) : System
ProvidePropertyAttribute ( string propertyName, string receiverTypeName ) : System

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

ProvidePropertyAttribute() public méthode

public ProvidePropertyAttribute ( string propertyName, Type receiverType ) : System
propertyName string
receiverType Type
Résultat System

ProvidePropertyAttribute() public méthode

public ProvidePropertyAttribute ( string propertyName, string receiverTypeName ) : System
propertyName string
receiverTypeName string
Résultat System