コード例 #1
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() => Color.ToHexString() + ", " + Count.ToString();
コード例 #2
0
ファイル: ColorCounter.cs プロジェクト: elfen20/cave-media
 /// <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());
 }