Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

PropertyVisitor.VisitCollection

Declaration

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

Parameters

Description
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}]]