Enhanced C#
Language of your choice: library documentation
|
Marks a method as an LEL simple macro. More...
Marks a method as an LEL simple 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.
Public fields | |
readonly string | Syntax |
readonly string | Description |
readonly string[] | Names |
Properties | |
MacroMode | Mode [get, set] |
Public Member Functions | |
LexicalMacroAttribute (string syntax, string description, params string[] names) | |