示例#1
0
 public string ToXml()
 {
     return(Xml.ToXml(this));
 }
示例#2
0
 public override string ToString()
 {
     return(Xml.ToXml(this));
 }