DataBindingCollection Methods

(see also Protected Methods )
  Name Description
Public method Add
Adds the specified DataBinding object to the DataBindingCollection collection.
Public method Clear
Removes all DataBinding objects from the DataBindingCollection collection.
Public method Contains
Determines whether the data-binding collection contains a specific DataBinding object.
Public method CopyTo
Copies the DataBindingCollection values to a one-dimensional Array, beginning at the Array object's specified index.
Public method Equals  Overloaded.
Determines whether two Object instances are equal.
(inherited from Object)
Public method GetEnumerator
Returns an enumerator to iterate through the DataBindingCollection object.
Public method GetHashCode 
Serves as a hash function for a particular type.
(inherited from Object)
Public method GetType 
Gets the Type of the current instance.
(inherited from Object)
Public method Static ReferenceEquals 
Determines whether the specified Object instances are the same instance.
(inherited from Object)
Public method Remove Overloaded.
Removes a DataBinding object from the DataBindingCollection collection.
Public method ToString 
Returns a String that represents the current Object.
(inherited from Object)
Top

  Name Description
Protected method Finalize 
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(inherited from Object)
Protected method MemberwiseClone 
Creates a shallow copy of the current Object.
(inherited from Object)
Top

Community Additions

ADD
Show: