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

this() public méthode

public this ( int index ) : System.Windows.Forms.Binding
index int
Résultat System.Windows.Forms.Binding
		public Binding this[int index] {
			get {
				return (Binding)(base.List[index]);
			}
		}
		#endregion	// Public Instance Properties