AbstractStructureAddT Method |
Adds an element to the abstract structure
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax public 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 set
Type Parameters
- T
See Also