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