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