Base:
method
RemoveItem
System.Collections.ObjectModel.Collection<T>.RemoveItem(System.Int32)
1 override of RemoveItem
System.Windows.Forms.DataVisualization (1)
Common\General\BaseCollections.cs (1)
493
protected override void
RemoveItem
(int index)
2 references to RemoveItem
System.Windows.Forms.DataVisualization (2)
Common\General\BaseCollections.cs (2)
150
this.
RemoveItem
(0);
501
base.
RemoveItem
(index);