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

IUnknownObjectPropertyVisitor<TState>.Visit Method

Visit<TValue>(String, TValue, ref TState)

Declaration
void Visit<TValue>(string name, TValue value, ref TState state)
Parameters
Type Name Description
String name

Property name.

TValue value

Property value.

TState state

The opaque state passed to VisitProperties<TState>(IUnknownObjectPropertyVisitor<TState>, ref TState).

Type Parameters
Name Description
TValue

Type of the property value.