System.Windows.Forms.BindingsCollection.RemoveAt C# (CSharp) 메소드

RemoveAt() 보호된 메소드

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