DataBindingCollection Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Add |
Adds the specified DataBinding object to the DataBindingCollection collection.
|
| Clear |
Removes all DataBinding objects from the DataBindingCollection collection.
|
| Contains |
Determines whether the data-binding collection contains a specific DataBinding object.
|
| CopyTo |
Copies the DataBindingCollection values to a one-dimensional Array, beginning at the Array object's specified index.
|
| Equals |
Overloaded.
Determines whether two Object instances are equal.
(inherited from
Object)
|
| GetEnumerator |
Returns an enumerator to iterate through the DataBindingCollection object.
|
| GetHashCode |
Serves as a hash function for a particular type.
(inherited from
Object)
|
| GetType |
Gets the Type of the current instance.
(inherited from
Object)
|
| ReferenceEquals |
Determines whether the specified Object instances are the same instance.
(inherited from
Object)
|
| Remove |
Overloaded.
Removes a DataBinding object from the DataBindingCollection collection.
|
| ToString |
Returns a String that represents the current Object.
(inherited from
Object)
|
| Name | Description | |
|---|---|---|
| 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)
|
| MemberwiseClone |
Creates a shallow copy of the current Object.
(inherited from
Object)
|
Community Additions
ADD
Show: