C# Class System.ComponentModel.DescriptionResourceAttribute

Inheritance: DescriptionAttribute
Show file Open project: netfx/extensions Class Usage Examples

Public Methods

Method Description
DescriptionResourceAttribute ( string resourceName, Type resourceType ) : System

Initializes a new instance of the DescriptionResourceAttribute class.

Private Methods

Method Description
GetLocalizedString ( ) : string

Returns the localized string from the resource file.

Method Details

DescriptionResourceAttribute() public method

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.
return System