GenericTypeParameterBuilder.IsDefined(Type, Boolean) Método

Definição

Sem suporte para parâmetros de tipo genérico incompletos.

public:
 override bool IsDefined(Type ^ attributeType, bool inherit);
public override bool IsDefined (Type attributeType, bool inherit);
override this.IsDefined : Type * bool -> bool
Public Overrides Function IsDefined (attributeType As Type, inherit As Boolean) As Boolean

Parâmetros

attributeType
Type

Não há suporte.

inherit
Boolean

Não há suporte.

Retornos

Sem suporte para parâmetros de tipo genérico incompletos.

Exceções

Em todos os casos.

Comentários

Não há suporte para esse método para parâmetros de tipo genérico incompletos. Recupere o parâmetro de tipo da definição de tipo genérico concluída e, em seguida, use reflexão sobre o tipo recuperado.

Aplica-se a