Enum MacroOptions
- Namespace
- Dassie.Extensions
- Assembly
- dc.dll
Represents options that modify the behavior of the macro.
[Flags]
public enum MacroOptions
- Extension Methods
Fields
AllowCaching = 1Specifies that the result of a macro expansion can be cached, preventing the macro from being invoked again.
None = 0No options are set.