using System;var width = BoldLine.LineWidth;//width is 10Console.WriteLine(width);struct BoldLine { public const int LineWidth = 10;}