Click or drag to resize
AbstractStructureAddT Method
Adds an element to the abstract structure

Namespace: Qlik.Engine
Assembly: 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

Parameters

value
Type: T
the value to set

Type Parameters

T
See Also