dotnet-core/release-notes/1.1/1.0-1.1-api-diff/1.0-1.1-api-diff_System.Xml.md
2017-07-05 14:24:38 -07:00

172 B
Executable file

System.Xml

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