System.Web.UI.ExpressionBindingCollection: Method Members

The methods of System.Web.UI.ExpressionBindingCollection are listed below. For a list of all members, see the ExpressionBindingCollection Members list.

See Also: Inherited members from System.Object

Public Methods

Add(ExpressionBinding)

Appends the specified System.Web.UI.ExpressionBinding object to the end of the collection.

Clear()

Removes all the System.Web.UI.ExpressionBinding objects from the collection.

Contains(string) : bool

Determines whether the System.Web.UI.ExpressionBindingCollection collection contains a specific System.Web.UI.ExpressionBinding object.

CopyTo(Array, int)

Copies all the System.Web.UI.ExpressionBinding objects from the System.Web.UI.ExpressionBindingCollection collection to a one-dimensional array, starting at the specified index in the target array.

CopyTo(ExpressionBinding[], int)

Copies all the System.Web.UI.ExpressionBinding objects from the System.Web.UI.ExpressionBindingCollection collection to a one-dimensional array of System.Web.UI.ExpressionBinding objects, starting at the specified index in the target array.

GetEnumerator() : IEnumerator

Returns an IEnumerator-implemented object that can be used to iterate through the System.Web.UI.ExpressionBinding objects in the collection.

Remove(string)

Removes the specified System.Web.UI.ExpressionBinding object from the collection.

Remove(ExpressionBinding)

Removes the specified System.Web.UI.ExpressionBinding object from the collection.

Remove(string, bool)

Removes the specified System.Web.UI.ExpressionBinding object from the collection.