The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

Registrations.

Register(Action<Func<object>, Type>) Method

Summary

Register platform dependencies inside Splat.
Namespace
ReactiveUI.Blazor
Containing Type
Registrations

Syntax

public void Register(Action<Func<object>, Type> registerFunction)

Parameters

Name Type Description
registerFunction Action<Func<object>, Type> A method the deriving class will class to register the type.

Return Value

Type Description
void