Exemplo n.º 1
0
 /// <summary>
 /// Private constructor for clone method.
 /// </summary>
 /// <param name="other">Other Intron instance.</param>
 private Intron(Intron other)
     : base(other)
 {
 }
Exemplo n.º 2
0
 /// <summary>
 /// Private constructor for clone method.
 /// </summary>
 /// <param name="other">Other Intron instance.</param>
 private Intron(Intron other)
     : base(other) { }