TypeBuilder.HasElementTypeImpl 方法

定義

當在派生類別中覆寫時,實作了該 HasElementType 特性,並判斷當前 Type 電流是否包含或指向其他類型;也就是說,當前電流 Type 是陣列、指標,還是透過參考傳遞。

protected:
 override bool HasElementTypeImpl();
protected override bool HasElementTypeImpl();
override this.HasElementTypeImpl : unit -> bool
Protected Overrides Function HasElementTypeImpl () As Boolean

傳回

trueType 是陣列、指標,或是透過參考傳遞;否則, false

適用於