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: 56.0.17407.6192 (56.0.17407.6192)
Syntax
C#
public void Add( T item )
Parameters
- item
- Type: T
The item to add.
Implements
ICollectionTAdd(T)Exceptions
| Exception | Condition |
|---|---|
| NotSupportedException | The ICollectionT is read-only. |
Version Information
Supported in: 12.0, 11.8, 11.7, 11.6, 11.5, 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also