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