Reko.Gui.Windows.TextSpanFormatter.TextSpanFormatter C# (CSharp) Метод

TextSpanFormatter() публичный Метод

public TextSpanFormatter ( ) : Reko.Core.Output
Результат Reko.Core.Output
        public TextSpanFormatter()
        {
            this.textLines = new List<List<TextSpan>>();
        }