예제 #1
0
 /// <summary>
 /// Creates a selections document prefilled with <see cref="ImplementationSelection"/>s.
 /// </summary>
 public Selections(IEnumerable <ImplementationSelection> implementations)
 {
     Implementations.AddRange(implementations);
 }