,System.IDisposable>
Defined in Type: FlexibleCommandBinder
Namespace: ReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Applies to
net10.0-android36.0, net10.0-ios26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0
protected void Register(Type type, int affinity, Func<ICommand?, object?, IObservable<object?>, IDisposable> createBinding)
Summary: Registers an observable factory for the specified type and property.
Parameters
| Name | Type | Description |
|---|---|---|
type | Type | Type. |
affinity | int | The affinity for the type. |
createBinding | Func | Creates the binding. |