GenericTypeParameterBuilder.IsSubclassOf(Type) Método
Definição
Sem suporte para parâmetros de tipo genérico incompletos.Not supported for incomplete generic type parameters.
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
Parâmetros
- c
- Type
Não há suporte.Not supported.
Retornos
Sem suporte para parâmetros de tipo genérico incompletos.Not supported for incomplete generic type parameters.
- Atributos
Exceções
Em todos os casos.In all cases.
Comentários
Este método não tem suporte para parâmetros de tipo genérico incompletos.This method is not supported for incomplete generic type parameters. Recupere o parâmetro de tipo da definição de tipo genérico concluída e, em seguida, use reflexão no tipo recuperado.Retrieve the type parameter from the completed generic type definition and then use reflection on the retrieved type.