C# Class System.ComponentModel.AttributeProviderAttribute

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

Méthodes publiques

Méthode Description
AttributeProviderAttribute ( Type type ) : System
AttributeProviderAttribute ( string typeName ) : System
AttributeProviderAttribute ( string typeName, string propertyName ) : System

Method Details

AttributeProviderAttribute() public méthode

public AttributeProviderAttribute ( Type type ) : System
type System.Type
Résultat System

AttributeProviderAttribute() public méthode

public AttributeProviderAttribute ( string typeName ) : System
typeName string
Résultat System

AttributeProviderAttribute() public méthode

public AttributeProviderAttribute ( string typeName, string propertyName ) : System
typeName string
propertyName string
Résultat System