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

Add() protected method

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