DynamicJsonArray.GetEnumerator Method

Definition

Returns an enumerator that can be used to iterate through the elements of the DynamicJsonArray instance.

public System.Collections.IEnumerator GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.IEnumerator
override this.GetEnumerator : unit -> System.Collections.IEnumerator
Public Function GetEnumerator () As IEnumerator

Returns

An enumerator that can be used to iterate through the elements of the JSON array.

Implements

Applies to