IUnknownObjectPropertyVisitor<TState> Interface |
Namespace: PostSharp.Patterns.Utilities
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.9.11.0 (6.9.11.0)
The IUnknownObjectPropertyVisitor<TState> 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).
|