ApacheMimeTypesToDotNet.Program.Indent C# (CSharp) Method

Indent() private static method

private static Indent ( int count ) : string
count int
return string
        private static string Indent(int count)
        {
            return new String(IndentChar, count);
        }