Share via


Registrar<TRegistrable>.GetHandlerForObject Method

Definition

Overloads

GetHandlerForObject<TOut>(Object)

For internal use by the Xamarin.Forms platform.

GetHandlerForObject<TOut>(Object, Object[])

For internal use by the Xamarin.Forms platform.

GetHandlerForObject<TOut>(Object)

For internal use by the Xamarin.Forms platform.

public TOut GetHandlerForObject<TOut> (object obj) where TOut : class, TRegistrable;
member this.GetHandlerForObject : obj -> 'Out

Type Parameters

TOut

For internal use by the Xamarin.Forms platform.

Parameters

obj
System.Object

For internal use by the Xamarin.Forms platform.

Returns

TOut

For internal use by the Xamarin.Forms platform.

Applies to

GetHandlerForObject<TOut>(Object, Object[])

For internal use by the Xamarin.Forms platform.

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

Type Parameters

TOut

For internal use by the Xamarin.Forms platform.

Parameters

obj
System.Object

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