Registrar<TRegistrable> Class

Definition

For internal use by the Xamarin.Forms platform.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public class Registrar<TRegistrable> where TRegistrable : class
type Registrar<'Registrable (requires 'Registrable : null)> = class

Type Parameters

TRegistrable

For internal use by the Xamarin.Forms platform.

Inheritance
Registrar<TRegistrable>
Attributes

Constructors

Registrar<TRegistrable>()

For internal use by the Xamarin.Forms platform.

Methods

GetHandler<TOut>(Type)

For internal use by the Xamarin.Forms platform.

GetHandler<TOut>(Type, Object[])

For internal use by the Xamarin.Forms platform.

GetHandlerForObject<TOut>(Object)

For internal use by the Xamarin.Forms platform.

GetHandlerForObject<TOut>(Object, Object[])

For internal use by the Xamarin.Forms platform.

GetHandlerType(Type)

For internal use by the Xamarin.Forms platform.

GetHandlerType(Type, Type)

For internal use by the Xamarin.Forms platform.

GetHandlerTypeForObject(Object)

For internal use by the Xamarin.Forms platform.

Register(Type, Type)

For internal use by the Xamarin.Forms platform.

Register(Type, Type, Type[])

For internal use by the Xamarin.Forms platform.

Register(Type, Type, Type[], Int16)

Applies to