IronRuby.Compiler.Ast.AttributeAccess.TransformRead C# (CSharp) Méthode

TransformRead() private méthode

private TransformRead ( AstGenerator gen, System.Linq.Expressions targetValue, bool tryRead ) : Expression
gen AstGenerator
targetValue System.Linq.Expressions
tryRead bool
Résultat System.Linq.Expressions.Expression
        internal override MSA.Expression/*!*/ TransformRead(AstGenerator/*!*/ gen, MSA.Expression targetValue, bool tryRead) {
            throw Assert.Unreachable;
        }