MacroMethodParam Class |
Namespace: CMS.MacroEngine
public class MacroMethodParam : IMacroMethodParam
The MacroMethodParam type exposes the following members.
Name | Description | |
---|---|---|
![]() | MacroMethodParam(String, Type, String) |
Creates new instance of MacroMethodParam object.
|
![]() | MacroMethodParam(String, Type, String, Boolean) |
Creates new instance of MacroMethodParam object.
|
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.
|