IMacroMethodParam Interface |
Namespace: CMS.Core
public interface IMacroMethodParam
The IMacroMethodParam 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.
| |
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.
|