We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a2e934 commit 29013d8Copy full SHA for 29013d8
src/libraries/System.Text.RegularExpressions/src/System/Text/RegularExpressions/Regex.EnumerateSplits.cs
@@ -267,9 +267,8 @@ public bool MoveNext()
267
}
268
269
/// <summary>
270
- /// Gets the <see cref="ValueMatch"/> element at the current position of the enumerator.
+ /// Gets a <see cref="Range"/> for the split at the current position of the enumerator.
271
/// </summary>
272
- /// <exception cref="InvalidOperationException">Enumeration has either not started or has already finished.</exception>
273
public readonly Range Current => _currentSplit;
274
275
0 commit comments