Skip to content

Files

Latest commit

a31254a · Jul 5, 2017

History

History
executable file
·
10 lines (8 loc) · 172 Bytes

1.0-1.1-api-diff_System.Xml.md

File metadata and controls

executable file
·
10 lines (8 loc) · 172 Bytes

System.Xml

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