Table of Contents

TJObject.GetEnumerator Method

Returns an enumerator for iterating over the members of this object.

Syntax

Unit: Bcl.Json.Classes

function TJObject.GetEnumerator: TEnumerator<TJMember>;

See also