| Overload | Description | 
|---|---|
| BindingBag Constructor() | Initializes a new instance of the class, with no binding provider and no bindings. | 
| BindingBag Constructor(BindingBag) | Initializes a new instance of the class, copying values from given BindingBag. | 
| BindingBag Constructor(IAbstractBinding[]) | Initializes a new instance of the class, with given bindings but no binding provider. | 
| BindingBag Constructor(IBindingProvider) | Initializes a new instance of the class, with given binding provider but no bindings. | 
| BindingBag Constructor(IBindingProvider,IAbstractBinding[]) | Initializes a new instance of the class, with given binding provider and bindings. | 
