GenericTypeParameterBuilder.IsByRefImpl 方法

定义

在派生类中重写时,实现 IsByRef 属性并确定Type 是否通过引用传递。

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

返回

如果 Type 按引用传递,则为 true;否则为 false

适用于