C# Class XSharp.Project.ResourcesCategoryAttribute

Inheritance: CategoryAttribute
Mostra file Open project: X-Sharp/XSharpPublic

Public Methods

Method Description
ResourcesCategoryAttribute ( string categoryName ) : System

Explicit constructor.

Protected Methods

Method Description
GetLocalizedString ( string categoryName ) : string

Looks up the localized name of the specified category.

Method Details

GetLocalizedString() protected method

Looks up the localized name of the specified category.
protected GetLocalizedString ( string categoryName ) : string
categoryName string
return string

ResourcesCategoryAttribute() public method

Explicit constructor.
public ResourcesCategoryAttribute ( string categoryName ) : System
categoryName string
return System