コード例 #1
0
 public bool WriteXML(XmlWriter xR) { return (ApiXML.Slot(xR, this)); }
コード例 #2
0
 public bool WriteXML(XmlWriter xR)
 {
     if (Count == 0) { return false; }
     return ApiXML.Slots(xR, this);
 }