System.Linq.Expressions.ExpressionVisitor is inaccessible due to its protection level

Posted by tags2k on Stack Overflow See other posts from Stack Overflow or by tags2k
Published on 2010-04-14T13:42:23Z Indexed on 2010/04/14 13:53 UTC
Read the original article Hit count: 424

I'm trying to follow the instructions on Creating an IQueryable LINQ Provider, but when I implement the classes which inherit from ExpressionVisitor as instructed I am told that ExpressionVisitor is inaccessible due to its protection level. Am I missing something incredibly basic?

© Stack Overflow or respective owner

Related posts about expressionvisitor

Related posts about expressions