C# Class NppSharp.NppSortOrderAttribute

Inheritance: System.Attribute
显示文件 Open project: cmrazek/NppSharp

Public Methods

Method Description
NppSortOrderAttribute ( int sort ) : System

Creates the sort order attribute.

Method Details

NppSortOrderAttribute() public method

Creates the sort order attribute.
public NppSortOrderAttribute ( int sort ) : System
sort int The sort order number
return System