| AbstractStructureAddT Method |
Adds an element to the abstract structure
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.0.0.0+Build:29.QSM12-CIGS
Syntaxpublic void Add<T>(
T value
)
where T : AbstractStructure
Public Sub Add(Of T As AbstractStructure) (
value As T
)
Parameters
- value
- Type: T
the value to add
Type Parameters
- T
- the type of the element
See Also