TypeBuilder.IsSubclassOf(Type) Metoda

Definicja

Określa, czy ten typ pochodzi z określonego typu.

public:
 override bool IsSubclassOf(Type ^ c);
public override bool IsSubclassOf (Type c);
[System.Runtime.InteropServices.ComVisible(true)]
public override bool IsSubclassOf (Type c);
override this.IsSubclassOf : Type -> bool
[<System.Runtime.InteropServices.ComVisible(true)>]
override this.IsSubclassOf : Type -> bool
Public Overrides Function IsSubclassOf (c As Type) As Boolean

Parametry

c
Type

Element Type , który ma zostać sprawdzony.

Zwraca

Tylko do odczytu. Zwraca true wartość , jeśli ten typ jest taki sam jak typ c, lub jest podtypem typu c; w przeciwnym razie false.

Atrybuty

Dotyczy