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 物件列舉程式。

實作

備註

這個成員是明確介面成員實作, 只有當實例轉換成IEnumerator < JsonProperty >介面時 JsonElement.ObjectEnumerator ,才能使用它。

適用於