IComponentInfoSetAdd Method
Adds an item to the set.
If an item with the specified
PublicGuid already exists then
Version is checked:
when
Version of the existing item is newer or equal then no change is made, otherwise the existing item is replaced.
Namespace: SMath.Extensibility.CollectionsAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
void Add(
IComponentInfo item
)
Sub Add (
item As IComponentInfo
)
void Add(
IComponentInfo^ item
)
abstract Add :
item : IComponentInfo -> unit
Parameters
- item IComponentInfo
- Item to add.