System.Windows.Forms.BindingsCollection.RemoveAt C# (CSharp) Méthode

RemoveAt() protected méthode

protected RemoveAt ( int index ) : void
index int
Résultat void
		protected internal void RemoveAt(int index) {
			base.List.RemoveAt(index);
			OnCollectionChanged(new CollectionChangeEventArgs(CollectionChangeAction.Remove, base.List));
		}