IVisitPropertyAdapter<T0,T1>.Visit

Declaration

public void Visit(VisitContext<TContainer,TValue> context, ref TContainer container, ref TValue value);

Parameters

context The context being visited.
container The container being visited.
value The value being visited.

Description

Invoked when the visitor encounters specific a TContainer and TValue pair.


Did you find this page useful? Please give it a rating: