コード例 #1
0
ファイル: SignalPeptide.cs プロジェクト: cpatmoore/bio
 /// <summary>
 /// Private constructor for clone method.
 /// </summary>
 /// <param name="other">Other SignalPeptide instance.</param>
 private SignalPeptide(SignalPeptide other)
     : base(other) { }
コード例 #2
0
 /// <summary>
 /// Private constructor for clone method.
 /// </summary>
 /// <param name="other">Other SignalPeptide instance.</param>
 private SignalPeptide(SignalPeptide other)
     : base(other)
 {
 }