/// <summary>
 /// Initializes a new instance of the <see cref="FocusCellViewCollection"/> class.
 /// </summary>
 /// <param name="stateView">The state view containing the tree with this cell.</param>
 /// <param name="parentCellView">The collection of cell views containing this view. Null for the root of the cell tree.</param>
 /// <param name="cellViewList">The list of child cell views.</param>
 /// <param name="frame">The frame that was used to create this cell. Can be null.</param>
 public FocusCellViewCollection(IFocusNodeStateView stateView, IFocusCellViewCollection parentCellView, FocusCellViewList cellViewList, IFocusFrame frame)
     : base(stateView, parentCellView, cellViewList, frame)
 {
 }
예제 #2
0
 /// <inheritdoc/>
 public FocusCellViewReadOnlyList(FocusCellViewList list)
     : base(list)
 {
 }