System.Windows.Forms.BindingsCollection.Remove C# (CSharp) Method

Remove() protected method

protected Remove ( System.Windows.Forms.Binding binding ) : void
binding System.Windows.Forms.Binding
return void
		protected internal void Remove(Binding binding) {
			RemoveCore(binding);
		}