Visits an and returns a result of the type T.
Collapse/Expand Syntax
C#
protected T VisitObject<T> (
        object objectToVisit
) 
Type Parameters
T
System.Type of the returned value.
Parameters
objectToVisit
to visit.
Return Value
Returns a result of the type T.