Adds an item to this collection.
Namespace: Spotfire.Dxp.Framework.DocumentModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 62.0.18910.3423 (62.0.18910.3423)
Syntax
C#
public void Add( T item )
Parameters
- item
- Type: T
The item to add.
Implements
ICollection<T>.Add(T)Version Information
See Also