Example #1
0
 /// <summary>
 /// Private Constructor for clone method.
 /// </summary>
 /// <param name="other">GenBankAccession instance to clone.</param>
 private GenBankAccession(GenBankAccession other)
 {
     Primary   = other.Primary;
     Secondary = new List <string>(other.Secondary);
 }
Example #2
0
 /// <summary>
 /// Private Constructor for clone method.
 /// </summary>
 /// <param name="other">GenBankAccession instance to clone.</param>
 private GenBankAccession(GenBankAccession other)
 {
     Primary = other.Primary;
     Secondary = new List<string>(other.Secondary);
 }