Exemple #1
0
 /// <summary>
 /// Removes the view at the specified index.
 /// </summary>
 /// <param name="index">Remove index.</param>
 public override void RemoveAt(int index)
 {
     _child.RemoveAt(index);
 }