Click or drag to resize
MacroMethodParamIsParams Property
If true, the parameter is declared with params keyword.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public bool IsParams { get; set; }

Property Value

Type: Boolean

Implements

IMacroMethodParamIsParams
See Also