TypeExtensions.IsInstanceOfType(Type, Object) Methode

Definition

public:
[System::Runtime::CompilerServices::Extension]
 static bool IsInstanceOfType(Type ^ type, System::Object ^ o);
public static bool IsInstanceOfType (this Type type, object o);
public static bool IsInstanceOfType (this Type type, object? o);
static member IsInstanceOfType : Type * obj -> bool
<Extension()>
Public Function IsInstanceOfType (type As Type, o As Object) As Boolean

Parameter

type
Type
o
Object

Gibt zurück

Gilt für: