C# Class ReactiveUI.PlatformRegistrations

Ignore me. This class is a secret handshake between RxUI and RxUI.Xaml in order to register certain classes on startup that would be difficult to register otherwise.
Inheritance: IWantsToRegisterStuff
Exibir arquivo Open project: reactiveui/ReactiveUI

Public Methods

Method Description
Register ( Action registerFunction ) : void

Method Details

Register() public method

public Register ( Action registerFunction ) : void
registerFunction Action
return void