PostSharpAPI ReferencePost­Sharp.​Patterns.​UtilitiesIUnknown­Object­Property­Visitor<TState>
Open sandboxFocus

IUnknownObjectPropertyVisitor<TState> Interface

Namespace: PostSharp.Patterns.Utilities
Assembly: PostSharp.Patterns.Common.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).