Skip to content

Applies to

net10.0-ios26.0, net10.0-macos26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0

protected void Register(Type type, string property, int affinity, Func<NSObject, Expression, IObservable<IObservedChange<object, object?>>> createObservable)

View source

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

Parameters

NameTypeDescription
typeTypeThe type the property belongs to.
propertystringThe property name.
affinityintThe affinity score for this registration.
createObservableFunc>>Factory that creates the observable for this property.

Exceptions

TypeCondition
System.ArgumentNullExceptionThrown when type, property, or createObservable is null.