/// <summary> /// Constructor. /// </summary> /// <param name="type">Attribute type.</param> public SvgAttribute(SvgAttributes type) { attributeType = type; objectValue = null; Init(); }