Skip to content

BindAndApplyAttributes

Nathaniel Sabanski edited this page Jan 20, 2016 · 5 revisions

Added by dholton dholton

The step processes AST attributes (such as [Required] or [Property(Name)]), just like the next step ExpandMacros processes AST macros.

Attributes can be used where macros cannot - to process classes, methods, parameters, fields, properties and other things outside of statements.

Clone this wiki locally