PropertyBag.AcceptWithSpecializedVisitor

Declaration

public static void AcceptWithSpecializedVisitor(IPropertyBag<TContainer> properties, Unity.Properties.IPropertyBagVisitor visitor, ref TContainer container);

Parameters

properties The property bag to visit.
visitor The visitor or specialized visitor to invoke.
container The container being visited.

Description

Accepts visitation for the given property bag and tries to invoke the most specialized visitor first.


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