GenericTypeParameterBuilder.IsSubclassOf(Type) 方法

定義

不支援不完整的泛型型別參數。

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

參數

c
Type

不支援。

傳回

不支援不完整的泛型型別參數。

屬性

例外狀況

在所有情況下。

備註

不完整的泛型型別參數不支援這個方法。 從已完成的泛型型別定義擷取型別參數,然後在擷取的類型上使用反映。

適用於