共用方式為


EnumBuilder.MakeByRefType 方法

定義

傳回 Type 物件,當作 ref 參數 (在 Visual Basic 中為 ByRef) 傳遞時,代表目前的類型。

public:
 override Type ^ MakeByRefType();
public override Type MakeByRefType ();
override this.MakeByRefType : unit -> Type
Public Overrides Function MakeByRefType () As Type

傳回

Type 物件,當作 ref 參數 (在 Visual Basic 中為 ByRef) 傳遞時,代表目前的類型。

適用於

另請參閱