ExpressionBindingCollection Methods
This API supports the product infrastructure and is not intended to be used directly from your code.
Assembly: System.Web (in System.Web.dll)
| 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(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 | |
|---|---|---|
![]() | 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.) |
