Open sandboxFocus

Method Visit

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.