You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary>Gets the element in the collection at the current position of the enumerator.</summary>
57
+
<value>The element in the collection at the current position of the enumerator.</value>
58
58
<remarks>To be added.</remarks>
59
59
</Docs>
60
60
</Member>
@@ -78,7 +78,7 @@
78
78
</ReturnValue>
79
79
<Parameters />
80
80
<Docs>
81
-
<summary>To be added.</summary>
81
+
<summary>Releases the resources used by this <seecref="T:System.Text.Json.JsonElement.ObjectEnumerator" /> instance.</summary>
82
82
<remarks>To be added.</remarks>
83
83
</Docs>
84
84
</Member>
@@ -103,7 +103,9 @@
103
103
<returns>An enumerator that can be used to iterate through the object.</returns>
104
104
<remarks>
105
105
<format><![CDATA[
106
-
106
+
107
+
## Remarks
108
+
107
109
The enumerator will enumerate the properties in the order they are declared, and when an object has multiple definitions of a single property, they will all individually be returned (each in the order they appear in the content).
108
110
109
111
]]></format>
@@ -130,8 +132,8 @@ The enumerator will enumerate the properties in the order they are declared, and
130
132
</ReturnValue>
131
133
<Parameters />
132
134
<Docs>
133
-
<summary>To be added.</summary>
134
-
<returns>To be added.</returns>
135
+
<summary>Advances the enumerator to the next element of the collection.</summary>
136
+
<returns><seelangword="true" /> if the enumerator was successfully advanced to the next element; <seelangword="false" /> if the enumerator has passed the end of the collection.</returns>
135
137
<remarks>To be added.</remarks>
136
138
</Docs>
137
139
</Member>
@@ -155,7 +157,7 @@ The enumerator will enumerate the properties in the order they are declared, and
155
157
</ReturnValue>
156
158
<Parameters />
157
159
<Docs>
158
-
<summary>To be added.</summary>
160
+
<summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
159
161
<remarks>To be added.</remarks>
160
162
</Docs>
161
163
</Member>
@@ -178,9 +180,15 @@ The enumerator will enumerate the properties in the order they are declared, and
178
180
</ReturnValue>
179
181
<Parameters />
180
182
<Docs>
181
-
<summary>To be added.</summary>
182
-
<returns>To be added.</returns>
183
-
<remarks>To be added.</remarks>
183
+
<summary>Returns an enumerator that iterates through a collection.</summary>
184
+
<returns>An enumerator for <seecref="T:System.Text.Json.JsonProperty" /> objects that can be used to iterate through the collection.</returns>
185
+
<remarks>
186
+
<formattype="text/markdown">< interface.
@@ -202,9 +210,15 @@ The enumerator will enumerate the properties in the order they are declared, and
202
210
</ReturnValue>
203
211
<Parameters />
204
212
<Docs>
205
-
<summary>To be added.</summary>
206
-
<returns>To be added.</returns>
207
-
<remarks>To be added.</remarks>
213
+
<summary>Returns an enumerator that iterates through a collection.</summary>
214
+
<returns>An enumerator that can be used to iterate through the collection.</returns>
215
+
<remarks>
216
+
<formattype="text/markdown"><![CDATA[
217
+
218
+
This member is an explicit interface member implementation. It can be used only when the <xref:System.Text.Json.JsonElement.ObjectEnumerator> instance is cast to an <xref:System.Collections.IEnumerable> interface.
0 commit comments