Sets references to multiple components.
To set references components must implement IReferenceable interface. If they don't the call to this method has no effect.
the references to be set.
a list of components to set the references to.
Sets references to specific component.
To set references components must implement IReferenceable interface. If they don't the call to this method has no effect.
the references to be set.
the component to set references to.
Unsets references in multiple components.
To unset references components must implement IUnreferenceable interface. If they don't the call to this method has no effect.
the list of components, whose references must be cleared.
Unsets references in specific component.
To unset references components must implement IUnreferenceable interface. If they don't the call to this method has no effect.
the component to unset references.
Generated using TypeDoc
Helper class that sets and unsets references to components.
IReferenceable
IUnreferenceable