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 |
A method the deriving class will class to register the type. |
Return Value
Type | Description |
---|---|
void |