C# Class SharpOS.AOT.Attributes.LabelAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: sharpos/SharpOS

Public Methods

Method Description
LabelAttribute ( string label ) : System

Initializes a new instance of the LabelAttribute class.

Method Details

LabelAttribute() public method

Initializes a new instance of the LabelAttribute class.
public LabelAttribute ( string label ) : System
label string The label.
return System