C# Class LeMP.LexicalMacroAttribute

Inheritance: System.Attribute
Show file Open project: qwertie/ecsharp Class Usage Examples

Public Methods

Method Description
LexicalMacroAttribute ( string syntax, string description ) : System

LexicalMacroAttribute constuctor.

Method Details

LexicalMacroAttribute() public method

LexicalMacroAttribute constuctor.
public LexicalMacroAttribute ( string syntax, string description ) : System
syntax string A string that shows the expected syntax used to call the node.
description string
return System