/// <summary>
 /// Initializes a new instance of the <see cref="GraphvizRecordCellCollection"/> class.
 /// </summary>
 /// <param name="list">The list that is wrapped by the new collection.</param>
 public GraphvizRecordCellCollection([NotNull, ItemNotNull] GraphvizRecordCellCollection list)
     : base(list)
 {
 }
Beispiel #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="GraphvizRecordCellCollection"/> class.
 /// </summary>
 /// <param name="collection">The collection that is wrapped by the new collection.</param>
 public GraphvizRecordCellCollection([NotNull, ItemNotNull] GraphvizRecordCellCollection collection)
     : base(collection)
 {
 }