C# Class Reinforced.Typings.Ast.JsdocTagAttribute

JSDOC tag attribute to convert enum name back to JSDOC tag
Inheritance: System.Attribute
ファイルを表示 Open project: reinforced/Reinforced.Typings

Public Methods

Method Description
JsdocTagAttribute ( string rawTagName ) : System

Constructs new instance of JsdicTag attribute

Method Details

JsdocTagAttribute() public method

Constructs new instance of JsdicTag attribute
public JsdocTagAttribute ( string rawTagName ) : System
rawTagName string Raw tag name
return System