WinFormsBindingModule.Configure(IMutableDependencyResolver) method¶
Defined in
Type: WinFormsBindingModule
Namespace: ReactiveUI.Binding.WinForms
Assembly: ReactiveUI.Binding.WinForms.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net462, net481
public void Configure(IMutableDependencyResolver resolver)
Inherited documentation
These docs were inherited from IModule. The member doesn't override them on this type.
Summary: Configures the specified dependency resolver with required services and components.
Parameters
| Name | Type | Description |
|---|---|---|
resolver | [IMutableDependencyResolver](# | The dependency resolver to configure. Cannot be null. |