Click or drag to resize
CurrentSelectionGetEnumerator Method
Gets an enumerator that iterates through the collection.

Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public IEnumerator<NxCurrentSelectionItem> GetEnumerator()

Return Value

Type: IEnumeratorNxCurrentSelectionItem
A IEnumeratorT that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also