protected internal Expression VisitTypeOf(TypeOf typeOf)
 {
     return(typeOf.Update(typeOf.Type));
 }