PropertyVisitor.VisitCollection

Declaration

protected void VisitCollection(Property<TContainer,TCollection> property, ref TContainer container, ref TCollection value);

Parameters

property The property providing access to the collection.
container The container being visited.
value The collection being visited.

Description

Called when visiting any non-specialized collection property.

When visiting a specialized collection the appropriate method will be called. * [[VisitList{TContainer, TList, TElement}]]


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