|
Enhanced C#
Language of your choice: library documentation
|
Marks a method as a LeMP lexical macro. More...
Marks a method as a LeMP lexical macro.
To be recognized as a macro, the method must be public and static and its signature must be LexicalMacro. A class will not be automatically searched for macros unless the class is marked with ContainsMacrosAttribute.
Properties | |
| string | Syntax [get, protected set] |
| string | Description [get, protected set] |
| string[] | Names [get] |
| MacroMode | Mode [get, set] |
| MacroMode | Priority [get] |
Public Member Functions | |
| LexicalMacroAttribute (string syntax, string description, params string[] names) | |
| LexicalMacroAttribute constuctor. More... | |
|
inline |
LexicalMacroAttribute constuctor.
| syntax | A string that shows the expected syntax used to call the node. |
| description | |
| names |
1.8.17