NuGet.Common.Console.PrintJustified C# (CSharp) Method

PrintJustified() public method

public PrintJustified ( int startIndex, string text ) : void
startIndex int
text string
return void
        public void PrintJustified(int startIndex, string text)
        {
            PrintJustified(startIndex, text, WindowWidth);
        }

Same methods

Console::PrintJustified ( int startIndex, string text, int maxWidth ) : void