ICustomAttributeTypeProvider<TType>.IsSystemType(TType) Method

Definition

Verifies if the given type represents Type.

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

Parameters

type
TType

The type to verify.

Returns

true if the given type is a Type, false otherwise.

Applies to