AGS.CScript.Compiler.Preprocessor.DeletingCurrentLine C# (CSharp) Метод

DeletingCurrentLine() приватный Метод

private DeletingCurrentLine ( ) : bool
Результат bool
        private bool DeletingCurrentLine()
        {
            return ((_conditionalStatements.Count > 0) &&
                    (_conditionalStatements.Peek() == false));
        }