Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ProjectCollection"/> class.
 /// </summary>
 /// <param name="container">The container.</param>
 /// <param name="items">The items.</param>
 internal ProjectCollection([NotNull] Solution container, IEnumerable <Project> items)
     : this(container)
 {
     this.AddRange(items);
 }