TypeBuilder.IsSubclassOf(Type) Metódus

Definíció

Meghatározza, hogy ez a típus egy adott típusból származik-e.

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

Paraméterek

c
Type

Egy Type , amit ellenőrizni kell.

Válaszok

Read-only. Akkor adja true vissza, ha ez a típus megegyezik a típussal c, vagy a típus caltípusa; ellenkező esetben false.

Attribútumok

A következőre érvényes: