IPropertyBag.Accept

Declaration

public void Accept(Unity.Properties.ITypeVisitor visitor);

Parameters

visitor The visitor being run.

Description

Call this method to invoke ITypeVisitor.Visit_1 with the strongly typed container type.


Declaration

public void Accept(Unity.Properties.IPropertyBagVisitor visitor, ref object container);

Parameters

visitor The visitor to invoke the visit callback on.
container The container being visited.

Description

Call this method to invoke IPropertyBagVisitor.Visit_1 with the strongly typed container for the given container object.


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