Type.IsByRefImpl 方法

定义

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

protected:
 abstract bool IsByRefImpl();
protected abstract bool IsByRefImpl ();
abstract member IsByRefImpl : unit -> bool
Protected MustOverride Function IsByRefImpl () As Boolean

返回

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

适用于

另请参阅