IDictionaryPropertyVisitor.Visit

Declaration

public void Visit(Property<TContainer,TDictionary> property, ref TContainer container, ref TDictionary dictionary);

Parameters

property The property being visited.
container The container being visited.
dictionary The dictionary value.

Description

Implement this method to accept visitation for a specialized dictionary property.

This method is invoked by IDictionaryPropertyAccept_1


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