/// <summary>Returns a <see cref="string" /> that represents this instance.</summary>
 /// <returns>A <see cref="string" /> that represents this instance.</returns>
 public override string ToString() => Color.ToHexString() + ", " + Count.ToString();
Exemple #2
0
 /// <summary>Returns a <see cref="string" /> that represents this instance.</summary>
 /// <returns>A <see cref="string" /> that represents this instance.</returns>
 public override string ToString()
 {
     return(Color.ToHexString() + ", " + Count.ToString());
 }