/// <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); }
/// <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); }