UnknownObjectAccessor.VisitProperties<TState> Method |
Namespace: PostSharp.Patterns.Utilities
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.10.14.0 (6.10.14.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.