EnumBuilder.MakeByRefType 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个 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 参数)传递时的当前类型。