Share via


ICustomAttributeTypeProvider<TType>.IsSystemType(TType) Método

Definição

Verifica se o tipo especificado representa Type.

public:
 bool IsSystemType(TType type);
public bool IsSystemType (TType type);
abstract member IsSystemType : 'ype -> bool
Public Function IsSystemType (type As TType) As Boolean

Parâmetros

type
TType

O tipo a ser verificado.

Retornos

true se o tipo fornecido for um Type; caso contrário, false.

Aplica-se a