The IMacroMethodParam type exposes the following members.
Back to Top
Properties
| 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.
              | |
| 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.
              | 
See Also