Table of Contents

Class QActionTableEnumerator<T>

Namespace
Skyline.DataMiner.Scripting
Assembly
QActionHelperBaseClasses.dll

Supports a simple iteration over a QActionTableRow collection.

public class QActionTableEnumerator<T> where T : QActionTableRow

Type Parameters

T

The type of the rows in the table.

Inheritance
QActionTableEnumerator<T>
Extension Methods

Constructors

QActionTableEnumerator(QActionTable)

Initializes a new instance of the QActionTableEnumerator<T> class.

Properties

Current

Gets the element in the collection at the current position of the enumerator.

Methods

MoveNext()

Advances the enumerator to the next element of the collection.

Reset()

Sets the enumerator to its initial position, which is before the first element in the collection.