EnumBuilder.MakeByRefType 方法
定义
public:
override Type ^ MakeByRefType();
public override Type MakeByRefType ();
override this.MakeByRefType : unit -> Type
Public Overrides Function MakeByRefType () As Type
返回
一个 Type 对象,表示作为 ref 参数(在 Visual Basic 中为 ByRef 参数)传递时的当前类型。A Type object that represents the current type when passed as a ref parameter (ByRef parameter in Visual Basic).