Exemple #1
0
 /// <summary>
 /// Inserts a view to the collection at the specified index.
 /// </summary>
 /// <param name="index">Insert index.</param>
 /// <param name="item">ViewBase reference.</param>
 public override void Insert(int index, ViewBase item)
 {
     _child.Insert(index, item);
 }