ICustomAttributeTypeProvider<TType>.IsSystemType(TType) 方法

定义

验证给定的类型是否表示 Type

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

参数

type
TType

要验证的类型。

返回

如果给定的类型为 Type,则为 true;否则为 false

适用于