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.ArrayEnumerator" /> instance.</summary>
82
82
<remarks>To be added.</remarks>
83
83
</Docs>
84
84
</Member>
@@ -124,8 +124,8 @@
124
124
</ReturnValue>
125
125
<Parameters />
126
126
<Docs>
127
-
<summary>To be added.</summary>
128
-
<returns>To be added.</returns>
127
+
<summary>Advances the enumerator to the next element of the collection.</summary>
128
+
<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>
129
129
<remarks>To be added.</remarks>
130
130
</Docs>
131
131
</Member>
@@ -149,7 +149,7 @@
149
149
</ReturnValue>
150
150
<Parameters />
151
151
<Docs>
152
-
<summary>To be added.</summary>
152
+
<summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
153
153
<remarks>To be added.</remarks>
154
154
</Docs>
155
155
</Member>
@@ -172,9 +172,17 @@
172
172
</ReturnValue>
173
173
<Parameters />
174
174
<Docs>
175
-
<summary>To be added.</summary>
176
-
<returns>To be added.</returns>
177
-
<remarks>To be added.</remarks>
175
+
<summary>Returns an enumerator that iterates through a collection.</summary>
176
+
<returns>An enumerator for an array of <seecref="T:System.Text.Json.JsonElement" /> that can be used to iterate through the collection.</returns>
177
+
<remarks>
178
+
<formattype="text/markdown">< interface.
<summary>Returns an enumerator that iterates through a collection.</summary>
208
+
<returns>An enumerator that can be used to iterate through the collection.</returns>
209
+
<remarks>
210
+
<formattype="text/markdown"><![CDATA[
211
+
212
+
## Remarks
213
+
214
+
This member is an explicit interface member implementation. It can be used only when the <xref:System.Text.Json.JsonElement.ArrayEnumerator> instance is cast to an <xref:System.Collections.IEnumerable> interface.
0 commit comments