/// <summary>
 /// Constructor
 /// </summary>
 /// <param name="type">Type of this macro parameter</param>
 public MacroParameterAttribute(MacroParameterType type)
     : this()
 {
     this.Type = type;
 }
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="type">Type of this macro parameter</param>
 public MacroParameterAttribute(MacroParameterType type)
     : this()
 {
     this.Type = type;
 }