示例#1
0
文件: XmlWriter.cs 项目: weeble/mono
 public virtual void WriteValue(double value)
 {
     WriteString(XQueryConvert.DoubleToString(value));
 }