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
Copy file name to clipboardExpand all lines: xml/System.Text.RegularExpressions/Regex+ValueSplitEnumerator.xml
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@
31
31
</Attribute>
32
32
</Attributes>
33
33
<Docs>
34
-
<summary>To be added.</summary>
34
+
<summary>Represents an enumerator containing the set of splits around successful matches found by iteratively applying a regular expression pattern to the input span.</summary>
35
35
<remarks>To be added.</remarks>
36
36
</Docs>
37
37
<Members>
@@ -57,9 +57,10 @@
57
57
<ReturnType>System.Range</ReturnType>
58
58
</ReturnValue>
59
59
<Docs>
60
-
<summary>To be added.</summary>
60
+
<summary>Gets the <seecref="T:System.Text.RegularExpressions.ValueMatch" /> element at the current position of the enumerator.</summary>
61
61
<value>To be added.</value>
62
62
<remarks>To be added.</remarks>
63
+
<exceptioncref="T:System.InvalidOperationException">Enumeration has either not started or has already finished.</exception>
63
64
</Docs>
64
65
</Member>
65
66
<MemberMemberName="GetEnumerator">
@@ -85,8 +86,8 @@
85
86
</ReturnValue>
86
87
<Parameters />
87
88
<Docs>
88
-
<summary>To be added.</summary>
89
-
<returns>To be added.</returns>
89
+
<summary>Provides an enumerator that iterates through the splits in the input span.</summary>
90
+
<returns>A copy of this enumerator.</returns>
90
91
<remarks>To be added.</remarks>
91
92
</Docs>
92
93
</Member>
@@ -107,8 +108,9 @@
107
108
</ReturnValue>
108
109
<Parameters />
109
110
<Docs>
110
-
<summary>To be added.</summary>
111
-
<returns>To be added.</returns>
111
+
<summary>Advances the enumerator to the next split.</summary>
112
+
<returns>
113
+
<seelangword="true" /> if the enumerator was successfully advanced to the next element; <seelangword="false" /> if the enumerator cannot find additional matches.</returns>
0 commit comments