IUnknownObjectPropertyVisitor<TState>.Visit<TValue> Method |
The method invoked by VisitProperties<TState>(IUnknownObjectPropertyVisitor<TState>, TState).
Namespace: PostSharp.Patterns.Utilities
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
void Visit<TValue>( string name, TValue value, ref TState state )
Parameters
- name
- Type: System.String
Property name. - value
- Type: TValue
Property value. - state
- Type: TState
The opaque state passed to VisitProperties<TState>(IUnknownObjectPropertyVisitor<TState>, TState).
Type Parameters
- TValue
- Type of the property value.