IronRuby.Compiler.Ast.RegularExpression.ToCondition C# (CSharp) Метод

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

private ToCondition ( LexicalScope currentScope ) : Expression
currentScope LexicalScope
Результат Expression
        internal override Expression/*!*/ ToCondition(LexicalScope/*!*/ currentScope) {
            return new RegularExpressionCondition(this);
        }
    }