VisitTypeReference() protected method

protected VisitTypeReference ( TypeReference typeReference ) : Expression
typeReference NJection.LambdaConverter.Expressions.TypeReference
return System.Linq.Expressions.Expression
 public override Expression Accept(NJectionExpressionVisitor visitor) {
     return visitor.VisitTypeReference(this);
 }