Registrar<TRegistrable>.GetHandler Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
For internal use by the Xamarin.Forms platform.