TypeBuilder.UnderlyingSystemType 屬性

定義

傳回這個 TypeBuilder 的基礎系統類型。

public:
 virtual property Type ^ UnderlyingSystemType { Type ^ get(); };
public override Type UnderlyingSystemType { get; }
member this.UnderlyingSystemType : Type
Public Overrides ReadOnly Property UnderlyingSystemType As Type

屬性值

Type

唯讀。 傳回基礎系統類型。

例外狀況

這個類型是一種列舉,但沒有基礎系統類型。

適用於