JsonElement.ObjectEnumerator.IEnumerable<JsonProperty>.GetEnumerator Yöntem

Tanım

Bir toplulukta tekrarlanan bir numaralandırıcı döndürür.

 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

Döndürülenler

Koleksiyonda yinelemek için kullanılabilecek nesneler için JsonProperty bir numaralandırıcı.

Uygulamalar

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir IEnumerator<JsonProperty> arabirimine yayınlandığında JsonElement.ObjectEnumerator kullanılabilir.

Şunlara uygulanır