JsonElement.ObjectEnumerator.IEnumerable<JsonProperty>.GetEnumerator Метод

Определение

Возвращает перечислитель, который осуществляет итерацию по коллекции.

 virtual System::Collections::Generic::IEnumerator<System::Text::Json::JsonProperty> ^ System.Collections.Generic.IEnumerable<System.Text.Json.JsonProperty>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Text::Json::JsonProperty>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Text.Json.JsonProperty> IEnumerable<JsonProperty>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Text.Json.JsonProperty>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Text.Json.JsonProperty>
override this.System.Collections.Generic.IEnumerable<System.Text.Json.JsonProperty>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Text.Json.JsonProperty>
Function GetEnumerator () As IEnumerator(Of JsonProperty) Implements IEnumerable(Of JsonProperty).GetEnumerator

Возвращаемое значение

Перечислитель объектов JsonProperty, который может использоваться для итерации по коллекции.

Реализации

Комментарии

Этот член представляет собой явную реализацию члена интерфейса. Его можно использовать только в JsonElement.ObjectEnumerator том случае, если экземпляр приведен к интерфейсу JsonProperty> IEnumerator<.

Применяется к