예제 #1
0
 /// <summary>
 /// Private Constructor for clone method.
 /// </summary>
 /// <param name="other">SequenceSource instance to clone.</param>
 private SequenceSource(SequenceSource other)
 {
     CommonName = other.CommonName;
     if (other.Organism != null)
     {
         Organism = other.Organism.Clone();
     }
 }
예제 #2
0
 /// <summary>
 /// Private Constructor for clone method.
 /// </summary>
 /// <param name="other">SequenceSource instance to clone.</param>
 private SequenceSource(SequenceSource other)
 {
     CommonName = other.CommonName;
     if (other.Organism != null)
     {
         Organism = other.Organism.Clone();
     }
 }