CommonBusControl..::..Add Method (IComponent)
Adds an IComponent item to the list.
Namespace:
CAS.Lib.CommonBusAssembly: CommServer.CommonBus (in CommServer.CommonBus.dll)
Syntax
public void Add( IComponent component )
Public Sub Add ( _ component As IComponent _ )
public: void Add( IComponent^ component )
Parameters
- component
- Type: IComponent
The IComponent to add.