Exemplo n.º 1
0
        public ColorProperty(HexLiteral value)
        {
            if (value == null)
            {
                throw new ArgumentNullException(nameof(value));
            }

            this.Value = value;
        }
Exemplo n.º 2
0
 public ColorProperty(HexLiteral value)
 {
     this.Value = value;
 }