Click or drag to resize
AbstractStructureAsT Method
Retrieves a concrete object based on the abstract object structure

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public T As<T>()

Type Parameters

T
concrete type

Return Value

Type: T
concrete object
See Also