MacroMethodParam Constructor (String, Type, String) |
Creates new instance of MacroMethodParam object.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax public MacroMethodParam(
string name,
Type type,
string comment
)
Parameters
- name
- Type: SystemString
Parameter name - type
- Type: SystemType
Parameter type - comment
- Type: SystemString
Parameter comment
See Also