ExpressionBindingCollection.Add(ExpressionBinding) Method

Definition

Appends the specified ExpressionBinding object to the end of the collection.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 void Add(System::Web::UI::ExpressionBinding ^ binding);
public void Add (System.Web.UI.ExpressionBinding binding);
member this.Add : System.Web.UI.ExpressionBinding -> unit
Public Sub Add (binding As ExpressionBinding)

Parameters

Applies to