/// <summary> /// Private constructor for clone method. /// </summary> /// <param name="other">Other Exon instance.</param> private Exon(Exon other) : base(other) { }