Ejemplo n.º 1
0
 /// <summary>
 /// Private Constructor for clone method.
 /// </summary>
 /// <param name="other">ProjectIdentifier instance to clone.</param>
 private ProjectIdentifier(ProjectIdentifier other)
 {
     Name    = other.Name;
     Numbers = new List <string>(other.Numbers);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Private Constructor for clone method.
 /// </summary>
 /// <param name="other">ProjectIdentifier instance to clone.</param>
 private ProjectIdentifier(ProjectIdentifier other)
 {
     Name = other.Name;
     Numbers = new List<string>(other.Numbers);
 }