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