Microsoft.Zing.ZingDecompiler.In C# (CSharp) Méthode

In() private méthode

private In ( ) : void
Résultat void
        private void In()
        {
            indentLevel++;
            if (indentLevel >= maxLevel)
                throw new InvalidOperationException("Maximum indentation level exceeded");
        }