| MacroMethodParamAttribute Properties |
The MacroMethodParamAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| AsExpression |
If true, the parameter is passed to the method as expression (MacroExpression object), not evaluated.
| |
| Comment |
Gets or sets a comment for the method.
| |
| Index |
Index of the breadcrumb.
| |
| IsParams |
If true, the parameter is declared with params keyword.
| |
| Name |
Gets or sets the name of the method.
| |
| Type |
Gets or sets a return type of the method.
|