Type.IsSignatureType 屬性

定義

取得值,指出類型是否為特徵標記類型。

public:
 virtual property bool IsSignatureType { bool get(); };
public virtual bool IsSignatureType { get; }
member this.IsSignatureType : bool
Public Overridable ReadOnly Property IsSignatureType As Boolean

屬性值

Boolean

true 如果 Type 是特徵標記類型,則為,否則為 false

備註

簽章類型是可傳遞給 GetMethod 方法,但不支援大部分其他反映功能的受限制類型。 例如,您可以藉由呼叫方法,取得對應于泛型方法參數的簽章類型實例 MakeGenericMethodParameter

適用於