Table of Contents

TJArray.GetEnumerator Method

Returns an enumerator for iterating over the elements in this array.

Syntax

Unit: Bcl.Json.Classes

function TJArray.GetEnumerator: TEnumerator<TJElement>;

See also