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