UnknownObjectAccessor.VisitProperties<TState> Method |
Namespace: PostSharp.Patterns.Utilities
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
public void VisitProperties<TState>( IUnknownObjectPropertyVisitor<TState> visitor, ref TState state )
Parameters
- visitor
- Type: PostSharp.Patterns.Utilities.IUnknownObjectPropertyVisitor<TState>
The visitor. - state
- Type: TState
The opaque state passed to the Visit<TValue>(String, TValue, TState) method.
Type Parameters
- TState
- The type of the opaque state passed to the Visit<TValue>(String, TValue, TState) method.