C# Class NppSharp.NppDescriptionAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: cmrazek/NppSharp

Public Methods

Method Description
NppDescriptionAttribute ( string desc ) : System

Sets the description text.

Method Details

NppDescriptionAttribute() public method

Sets the description text.
public NppDescriptionAttribute ( string desc ) : System
desc string The description text.
return System