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
Type

For internal use by the Xamarin.Forms platform.

o
Object

For internal use by the Xamarin.Forms platform.

Returns

Boolean

For internal use by the Xamarin.Forms platform.

Applies to