IListPropertyAccept<T0>.Accept

Declaration

public void Accept(Unity.Properties.IListPropertyVisitor visitor, Property<TContainer,TList> property, ref TContainer container, ref TList list);

Parameters

visitor The visitor being run.
property The property being visited.
container The container being visited.
list The list value.

Description

Call this method to invoke IListPropertyVisitor.Visit{TContainer, TList, TElement}.

This method is used to join the container type and element type.


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