Registrar<TRegistrable>.GetHandler Method

Definition

Overloads

GetHandler<TOut>(Type)

For internal use by the Xamarin.Forms platform.

GetHandler<TOut>(Type, Object[])

For internal use by the Xamarin.Forms platform.

GetHandler<TOut>(Type)

For internal use by the Xamarin.Forms platform.

public TOut GetHandler<TOut> (Type type) where TOut : class, TRegistrable;
member this.GetHandler : Type -> 'Out

Type Parameters

TOut

For internal use by the Xamarin.Forms platform.

Parameters

type
System.Type

For internal use by the Xamarin.Forms platform.

Returns

TOut

For internal use by the Xamarin.Forms platform.

Applies to

GetHandler<TOut>(Type, Object[])

For internal use by the Xamarin.Forms platform.

public TOut GetHandler<TOut> (Type type, params object[] args) where TOut : class, TRegistrable;
member this.GetHandler : Type * obj[] -> 'Out

Type Parameters

TOut

For internal use by the Xamarin.Forms platform.

Parameters

type
System.Type

For internal use by the Xamarin.Forms platform.

args
System.Object[]

For internal use by the Xamarin.Forms platform.

Returns

TOut

For internal use by the Xamarin.Forms platform.

Applies to