System::ComponentModel::IContainer::Add method

IContainer::Add method

RTTI information.

virtual void System::ComponentModel::IContainer::Add(System::SharedPtr<IComponent> component)=0
ParameterTypeDescription
componentSystem::SharedPtr<IComponent>Component to add.

Remarks

Adds component into container.

See Also