VisitCollectionElementCallback.VisitProperty C# (CSharp) Method

VisitProperty() public method

public VisitProperty ( property, &container, ChangeTracker, &changeTracker ) : void
changeTracker ChangeTracker,
return void
            public void VisitProperty<TElementProperty, TElement>(TElementProperty property, ref TContainer container, ref ChangeTracker changeTracker)
                where TElementProperty : ICollectionElementProperty<TContainer, TElement>
            {
                m_Visitor.VisitProperty<TElementProperty, TContainer, TElement>(property, ref container, ref changeTracker);
            }