ICollectionPropertyBagVisitor.Visit

Declaration

public void Visit(ICollectionPropertyBag<TCollection,TElement> properties, ref TCollection container);

Parameters

properties The properties of the container.
container The container being visited.

Description

Implement this method to accept visitation for a collection of properties.

This method is invoked by ICollectionPropertyBagAccept{TContainer}.Accept(ICollectionPropertyBagVisitor, ref TContainer).


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