IronRuby.Compiler.Ast.AttributeAccess.TransformRead C# (CSharp) Метод

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

private TransformRead ( AstGenerator gen, System.Linq.Expressions targetValue, bool tryRead ) : Expression
gen AstGenerator
targetValue System.Linq.Expressions
tryRead bool
Результат System.Linq.Expressions.Expression
        internal override MSA.Expression/*!*/ TransformRead(AstGenerator/*!*/ gen, MSA.Expression targetValue, bool tryRead) {
            throw Assert.Unreachable;
        }