Example #1
0
 public override XmlElement ToXml(XmlContext context)
     {
     return context.CreateTreedElement(this, "Plex", this.Strands.ConvertAll<IXmlWritable>(child => (IXmlWritable)child));
     }
Example #2
0
 public override XmlElement ToXml(XmlContext context)
     {
     return context.CreateTreedElement(this, "Mixture", this.molecules.ConvertAll<Molecule, IXmlWritable>(child => (IXmlWritable)child));
     }
Example #3
0
 public override XmlElement ToXml(XmlContext context)
     {
     return context.CreateTreedElement(this, "Strand", this.domains.ConvertAll<IXmlWritable>(domain => (IXmlWritable)domain));
     }