ICustomAttributeTypeProvider<TType>.IsSystemType(TType) Metodo

Definizione

Verifica se il tipo specificato rappresenta un oggetto Type.

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

Parametri

type
TType

Tipo da verificare.

Restituisce

true se il tipo specificato è un oggetto Type; in caso contrario, false.

Si applica a