IUnknownObjectPropertyVisitor<TState>.MustVisit Method |
Determines if a given property must be visited. If this method returns true, the property is not evaluated.
Namespace: PostSharp.Patterns.Utilities
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
bool MustVisit( string name, ref TState state )
Parameters
- name
- Type: System.String
Property name. - state
- Type: TState
The opaque state passed to VisitProperties<TState>(IUnknownObjectPropertyVisitor<TState>, TState).