Exemple #1
0
 /// <summary>
 /// Private constructor for clone method.
 /// </summary>
 /// <param name="other">Other MaturePeptide instance.</param>
 private MaturePeptide(MaturePeptide other)
     : base(other)
 {
 }
Exemple #2
0
 /// <summary>
 /// Private constructor for clone method.
 /// </summary>
 /// <param name="other">Other MaturePeptide instance.</param>
 private MaturePeptide(MaturePeptide other)
     : base(other) { }