Share via


ReflectionExtensions.IsInstanceOfType(Type, Object) Method

Definition

For internal use by the Xamarin.Forms platform.

public static bool IsInstanceOfType (this Type self, object o);
static member IsInstanceOfType : Type * obj -> bool

Parameters

self
System.Type

For internal use by the Xamarin.Forms platform.

o
System.Object

For internal use by the Xamarin.Forms platform.

Returns

System.Boolean

For internal use by the Xamarin.Forms platform.

Applies to