ExpressionBindingCollectionBase<T>.AddRange Method
| Name | Parameters | Description |
|---|---|---|
| AddRange(T[]) | items | Appends the elements from the specified array to the ExpressionBindingCollectionBase<T> collection. |
| AddRange(IEnumerable<T>) | items | Appends the elements from the specified collection to the ExpressionBindingCollectionBase<T> collection. |