Exemplo n.º 1
0
 /// <summary>
 /// Gets the an XML string representation of the current instance.
 /// </summary>
 public string ConvertToXml()
 {
     return(SerializationTools.Serialize(this.list));
 }