C# Class Projbook.Extension.Spi.SyntaxAttribute

Inheritance: System.Attribute
Mostra file Open project: defrancea/Projbook

Public Methods

Method Description
SyntaxAttribute ( string name ) : System

Initializes a new instance of SyntaxAttribute.

Method Details

SyntaxAttribute() public method

Initializes a new instance of SyntaxAttribute.
public SyntaxAttribute ( string name ) : System
name string The syntax name.
return System