IUnknownObjectPropertyVisitor<TState> Methods |
The IUnknownObjectPropertyVisitor<TState> generic type exposes the following members.
Name | Description | |
---|---|---|
MustVisit |
Determines if a given property must be visited. If this method returns true, the property is not evaluated.
| |
Visit<TValue> |
The method invoked by VisitProperties<TState>(IUnknownObjectPropertyVisitor<TState>, TState).
|