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: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public void Add<T>(
	T value
)
where T : AbstractStructure

Parameters

value
Type: T
the value to add

Type Parameters

T
the type of the element
See Also