UndoableSetTAdd Method

Spotfire 15.0 API Reference
Adds the specified item to this set. If the item already exists, nothing happens.

Namespace:  Spotfire.Dxp.Framework.DocumentModel
Assembly:  Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public void Add(
	T item
)

Parameters

item
Type: T
The item to add.

Implements

ICollectionTAdd(T)
Exceptions

ExceptionCondition
NotSupportedExceptionThe ICollectionT is read-only.
Version Information


See Also

Reference