ExpressionBindingCollection Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents a collection of ExpressionBinding objects. This class cannot be inherited.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | ExpressionBindingCollection() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ExpressionBindingCollection class. |
| Name | Description | |
|---|---|---|
![]() | Count | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the number of ExpressionBinding objects in the ExpressionBindingCollection collection. |
![]() | IsReadOnly | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value indicating whether the ExpressionBinding objects in the collection can be modified. |
![]() | IsSynchronized | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value indicating whether access to the collection is synchronized (thread safe). |
![]() | Item[String^] | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an ExpressionBinding object from the collection with the specified PropertyName value. |
![]() | RemovedBindings | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a collection of strings representing the names of bindings that have been removed. |
![]() | SyncRoot | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an object that can be used to synchronize access to the collection. |
| Name | Description | |
|---|---|---|
![]() | Add(ExpressionBinding^) | This API supports the product infrastructure and is not intended to be used directly from your code. Appends the specified ExpressionBinding object to the end of the collection. |
![]() | Clear() | This API supports the product infrastructure and is not intended to be used directly from your code. Removes all the ExpressionBinding objects from the collection. |
![]() | Contains(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Determines whether the ExpressionBindingCollection collection contains a specific ExpressionBinding object. |
![]() | CopyTo(Array^, Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. Copies all the ExpressionBinding objects from the ExpressionBindingCollection collection to a one-dimensional array, starting at the specified index in the target array. |
![]() | CopyTo(array<ExpressionBinding^>^, Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. Copies all the ExpressionBinding objects from the ExpressionBindingCollection collection to a one-dimensional array of ExpressionBinding objects, starting at the specified index in the target array. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetEnumerator() | This API supports the product infrastructure and is not intended to be used directly from your code. Returns an IEnumerator-implemented object that can be used to iterate through the ExpressionBinding objects in the collection. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | Remove(ExpressionBinding^) | This API supports the product infrastructure and is not intended to be used directly from your code. Removes the specified ExpressionBinding object from the collection. |
![]() | Remove(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Removes the specified ExpressionBinding object from the collection. |
![]() | Remove(String^, Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Removes the specified ExpressionBinding object from the collection. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | Changed | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs when the collection of ExpressionBinding objects is changed. |
| Name | Description | |
|---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast<TResult>() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType<TResult>() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


