JsonValue.IEnumerable.GetEnumerator Method

Definition

Returns an enumerator that iterates through a collection.

System.Collections.IEnumerator IEnumerable.GetEnumerator ();

Returns

An IEnumerator object that can be used to iterate through the collection.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the JsonValue instance is cast to an IEnumerable interface.

Applies to

Produto Versões
.NET 6 (package-provided)
.NET Framework 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided)
.NET Standard 2.0 (package-provided)