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 参数)传递时的当前类型。

适用于

另请参阅