SmallComponentInfoSetAdd 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.

Definition

Namespace: SMath.Extensibility.Collections
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
public void Add(
	IComponentInfo item
)

Parameters

item  IComponentInfo
Item to add.

Implements

IComponentInfoSetAdd(IComponentInfo)

See Also