Skip to content

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)

View source

Summary: Registers an observable factory for the specified type and property.

Parameters

NameTypeDescription
typeTypeType.
affinityintThe affinity for the type.
createBindingFunc, IDisposable>Creates the binding.