C# Class System.ComponentModel.DescriptionResourceAttribute

Inheritance: DescriptionAttribute
Afficher le fichier Open project: netfx/extensions Class Usage Examples

Méthodes publiques

Méthode Description
DescriptionResourceAttribute ( string resourceName, Type resourceType ) : System

Initializes a new instance of the DescriptionResourceAttribute class.

Private Methods

Méthode Description
GetLocalizedString ( ) : string

Returns the localized string from the resource file.

Method Details

DescriptionResourceAttribute() public méthode

Initializes a new instance of the DescriptionResourceAttribute class.
public DescriptionResourceAttribute ( string resourceName, Type resourceType ) : System
resourceName string The resource string.
resourceType System.Type Type of the resource.
Résultat System