Method Initialize
Initialize(ReadOnly)
Initialize a component. Called after the component has been constructed with the TypeConstruction utility.
Declaration
void Initialize(HierarchicalComponentContainer<TContainer, TComponent>.ReadOnly container)
Parameters
Type | Name | Description |
---|---|---|
HierarchicalComponentContainer<TContainer, TComponent>.ReadOnly | container | The component container as read-only. |