C# Class clipr.Attributes.LocalizeAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: nemec/clipr

Public Methods

Method Description
LocalizeAttribute ( string resourceName = null, Type resourceType = null ) : System

Localize the description of this item

Method Details

LocalizeAttribute() public method

Localize the description of this item
public LocalizeAttribute ( string resourceName = null, Type resourceType = null ) : System
resourceName string /// ///
resourceType System.Type ///
return System