Defines a Visit<TValue>(string, TValue, ref TState) method invoked by VisitProperties<TState>(IUnknownObjectPropertyVisitor<TState>, ref TState).
Namespace: Flashtrace.Formatters.Utilities
Assembly: Flashtrace.Formatters.dll
Syntax
public interface IUnknownObjectPropertyVisitor<TState>Type Parameters
| Name | Description |
|---|---|
| TState |
Methods
| Name | Description |
|---|---|
| MustVisit(string, ref TState) | Determines if a given property must be visited. If this method returns true, the property is not evaluated. |
| Visit<TValue>(string, TValue, ref TState) | The method invoked by VisitProperties<TState>(IUnknownObjectPropertyVisitor<TState>, ref TState). |