Beispiel #1
0
        public ColorProperty(HexLiteral value)
        {
            if (value == null)
            {
                throw new ArgumentNullException(nameof(value));
            }

            this.Value = value;
        }
Beispiel #2
0
 public ColorProperty(HexLiteral value)
 {
     this.Value = value;
 }