1
0
mirror of synced 2025-12-19 18:06:02 -05:00
Files
core/release-notes/1.1/1.0-1.1-api-diff/1.0-1.1-api-diff_System.Text.RegularExpressions.md
Rich Lander 8c8e5836c3 Fix linter errors in repo (#9689)
* Fix linter errors

* Update links
2025-01-13 21:40:52 -08:00

174 B
Executable File

System.Text.RegularExpressions

 namespace System.Text.RegularExpressions {
     public class Group : Capture {
+        public string Name { get; }
     }
 }