1
0
mirror of synced 2025-12-22 11:20:57 -05:00
Files
core/release-notes/1.1/1.0-1.1-api-diff/1.0-1.1-api-diff_System.Xml.md
Rich Lander 8c8e5836c3 Fix linter errors in repo (#9689)
* Fix linter errors

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

171 B
Executable File

System.Xml

 namespace System.Xml {
     public abstract class XmlWriter : IDisposable {
+        public virtual void WriteValue(DateTime value);
     }
 }